[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BufferedRandomAccessFile.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
public abstract void writeInt(int param1)
Public MustOverride Sub writeInt(param1 As Integer)
Parameters
Type Name Description
int param1
Implements