[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BEBufferedRandomAccessFile.writeInt

writeInt Method

writeInt(int)

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.

Declaration
public override void writeInt(int v)
Parameters
Type Name Description
int v

The value to write to the output

Overrides
Implements