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

In This Topic
    writeByte Method (ISRandomAccessIO)
    In This Topic
    Throws an IOException since this class does not implement data output.
    Syntax
    'Declaration
     
    
    Public Overridable Sub writeByte( _
       ByVal v As Integer _
    ) 
    public virtual void writeByte( 
       int v
    )

    Parameters

    v
    See Also