ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / ISRandomAccessIO Class / write Method

In This Topic
    write Method (ISRandomAccessIO)
    In This Topic
    Throws an IOException since this class does not implement data output.
    Syntax
    'Declaration
     
    
    Public Overridable Sub write( _
       ByVal b As Byte _
    ) 
    public virtual void write( 
       byte b
    )

    Parameters

    b
    See Also