[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BufferedRandomAccessFile.writeLong

writeLong Method

writeLong(long)

Should write the long value of v (i.e., the 64 bits) to the output. Prior to writing, the output should be realigned at the byte level.

Declaration
public abstract void writeLong(long param1)
Public MustOverride Sub writeLong(param1 As Long)
Parameters
Type Name Description
long param1
Implements