ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / FileBitstreamReaderAgent Class / FileBitstreamReaderAgent Constructor
HeaderDecoder of the codestream.
The input stream where to read bit-stream.
The decoder specifications
The ParameterList instance created from the command-line arguments.
Whether or not to print information found in codestream.

In This Topic
    FileBitstreamReaderAgent Constructor
    In This Topic
    Reads all tiles headers and keep offset of their first packet. Finally it calls the rate allocation method.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal hd As HeaderDecoder, _
       ByVal ehs As RandomAccessIO, _
       ByVal decSpec As DecoderSpecs, _
       ByVal pl As ParameterList, _
       ByVal cdstrInfo As Boolean, _
       ByVal hi As HeaderInfo _
    )

    Parameters

    hd
    HeaderDecoder of the codestream.
    ehs
    The input stream where to read bit-stream.
    decSpec
    The decoder specifications
    pl
    The ParameterList instance created from the command-line arguments.
    cdstrInfo
    Whether or not to print information found in codestream.
    hi
    See Also