[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BufferedRandomAccessFile.seek

seek Method

seek(int)

Moves the current position to the given offset at which the next read or write occurs. The offset is measured from the beginning of the stream.

Declaration
public virtual void seek(int off)
Parameters
Type Name Description
int off

The offset where to move to.

Implements