A FLAC bitstream consists of the "fLaC" marker at the beginning of the stream, followed by a mandatory metadata block (called the STREAMINFO block), any number of other metadata blocks, then the audio frames.
this.mbh = mbh; this.mbd = mbd;
return mbd;
return mbh;
return MetadataBlockHeader.HEADER_LENGTH + mbh.getDataLength();