ComponentOne PDF for .NET
CSJ2K.j2k.io Namespace / RandomAccessIO Interface / writeLong Method
The value to write to the output

In This Topic
    writeLong Method (RandomAccessIO)
    In This Topic
    Should write 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
     
    
    Sub writeLong( _
       ByVal v As Long _
    ) 
    void writeLong( 
       long v
    )

    Parameters

    v
    The value to write to the output
    See Also