[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BinaryDataOutput.writeInt

writeInt Method

writeInt(int)

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.

Declaration
void writeInt(int v)
Sub writeInt(v As Integer)
Parameters
Type Name Description
int v

The value to write to the output