[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.reader.FileBitstreamReaderAgent.-ctor

FileBitstreamReaderAgent Constructor

FileBitstreamReaderAgent(HeaderDecoder, RandomAccessIO, DecoderSpecs, ParameterList, bool, HeaderInfo)

Reads all tiles headers and keep offset of their first packet. Finally it calls the rate allocation method.

Declaration
public FileBitstreamReaderAgent(HeaderDecoder hd, RandomAccessIO ehs, DecoderSpecs decSpec, ParameterList pl, bool cdstrInfo, HeaderInfo hi)
Parameters
Type Name Description
HeaderDecoder hd

HeaderDecoder of the codestream.

RandomAccessIO ehs

The input stream where to read bit-stream.

DecoderSpecs decSpec

The decoder specifications

ParameterList pl

The ParameterList instance created from the command-line arguments.

bool cdstrInfo

Whether or not to print information found in codestream.

HeaderInfo hi
See Also
CSJ2K.j2k.codestream.reader.FileBitstreamReaderAgent.allocateRate