ComponentOne PDF for .NET
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