ComponentOne PDF for .NET
CSJ2K.j2k.io Namespace / BEBufferedRandomAccessFile Class / write Method / write(Byte) Method
The byte to write.

In This Topic
    write(Byte) Method
    In This Topic
    Writes a byte to the stream. Prior to writing, the stream is realigned at the byte level.
    Syntax
    'Declaration
     
    
    Public Overloads Sub write( _
       ByVal b As Byte _
    ) 
    public void write( 
       byte b
    )

    Parameters

    b
    The byte to write.
    See Also