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

In This Topic
    writeInt Method (BEBufferedRandomAccessFile)
    In This Topic
    Writes 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
     
    
    Public Overrides Sub writeInt( _
       ByVal v As Integer _
    ) 
    public override void writeInt( 
       int v
    )

    Parameters

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