ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / BEBufferedRandomAccessFile Class / writeLong Method
The value to write to the output

In This Topic
    writeLong Method (BEBufferedRandomAccessFile)
    In This Topic
    Writes the long value of v (i.e., the 64 bits) to the output. Prior to writing, the output should be realigned at the byte level.
    Syntax
    'Declaration
     
    
    Public Overrides Sub writeLong( _
       ByVal v As Long _
    ) 
    public override void writeLong( 
       long v
    )

    Parameters

    v
    The value to write to the output
    Exceptions
    ExceptionDescription
    If an I/O error ocurred.
    See Also