ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / RandomAccessIO Interface / write Method
The byte to write. The lower 8 bits of b are written.

In This Topic
    write Method (RandomAccessIO)
    In This Topic
    Writes a byte to the stream. Prior to writing, the stream is realigned at the byte level.
    Syntax
    'Declaration
     
    
    Sub write( _
       ByVal b As Byte _
    ) 
    void write( 
       byte 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