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

In This Topic
    writeInt Method (RandomAccessIO)
    In This Topic
    Should write the int value of v (i.e., the 32 bits) to the output. Prior to writing, the output should be realigned at the byte level.
    Syntax
    'Declaration
     
    
    Sub writeInt( _
       ByVal v As Integer _
    ) 
    void writeInt( 
       int v
    )

    Parameters

    v
    The value to write to the output
    See Also