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

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

    Parameters

    v
    See Also