[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BEBufferedRandomAccessFile.writeLong

writeLong Method

writeLong(long)

Writes 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 override void writeLong(long v)
Public Overrides Sub writeLong(v As Long)
Parameters
Type Name Description
long v

The value to write to the output

Overrides
Implements