ComponentOne PDF for .NET
CSJ2K.j2k.codestream.writer Namespace / CodestreamWriter Class / commitBitstreamHeader Method

In This Topic
    commitBitstreamHeader Method (CodestreamWriter)
    In This Topic
    Writes the header data to the bit stream, if it has not been already done. In some implementations this method can be called only once, and an IllegalArgumentException is thrown if called more than once.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub commitBitstreamHeader( _
       ByVal he As HeaderEncoder _
    ) 
    public abstract void commitBitstreamHeader( 
       HeaderEncoder he
    )

    Parameters

    he
    Exceptions
    ExceptionDescription
    If an I/O error occurs while writing the data.
    If this method has already been called.
    See Also