ComponentOne PDF for .NET
CSJ2K.j2k.io Namespace / BufferedRandomAccessFile Class / write Method / write(Int32) Method
The byte to write. The lower 8 bits of b are written.

In This Topic
    write(Int32) 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 Integer _
    ) 
    public void write( 
       int b
    )

    Parameters

    b
    The byte to write. The lower 8 bits of b are written.
    Exceptions
    ExceptionDescription
    If an I/O error ocurred.
    See Also