ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / HeaderDecoder Class / getPackedPktHead Method

In This Topic
    getPackedPktHead Method
    In This Topic
    Return the packed packet headers for a given tile.
    Syntax
    'Declaration
     
    
    Public Overridable Function getPackedPktHead( _
       ByVal tile As Integer _
    ) As MemoryStream
    public virtual MemoryStream getPackedPktHead( 
       int tile
    )

    Parameters

    tile

    Return Value

    An input stream containing the packed packet headers for a particular tile
    Exceptions
    ExceptionDescription
    If an I/O error occurs while reading from the encoder header stream
    See Also