ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / 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