ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / ByteOutputBuffer Class / write Method
The byte to write

In This Topic
    write Method (ByteOutputBuffer)
    In This Topic
    Writes the specified byte to this byte array output stream. The functionality provided by this implementation is the same as for the one in the superclass, however this method is not synchronized and therefore not safe thread, but faster.
    Syntax
    'Declaration
     
    
    Public Sub write( _
       ByVal b As Integer _
    ) 
    public void write( 
       int b
    )

    Parameters

    b
    The byte to write
    See Also