ComponentOne PDF for .NET
CSJ2K.j2k.codestream.writer Namespace / BitOutputBuffer Class / writeBits Method

In This Topic
    writeBits Method (BitOutputBuffer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub writeBits( _
       ByVal bits As Integer, _
       ByVal n As Integer _
    ) 
    public void writeBits( 
       int bits,
       int n
    )

    Parameters

    bits
    n
    See Also