javazoom.jl.decoder.LayerIIDecoder.SubbandLayer2IntensityStereo.read_allocation C# (CSharp) Method

read_allocation() public method

*
public read_allocation ( Bitstream stream, Header header, Crc16 crc ) : void
stream Bitstream
header Header
crc Crc16
return void
            public override void read_allocation(Bitstream stream, Header header, Crc16 crc)
            {
                base.read_allocation(stream, header, crc);
            }