public interface SeekableStream
Modifier and Type | Field and Description |
---|---|
static int |
SEEK_CUR |
static int |
SEEK_END |
static int |
SEEK_SET |
Modifier and Type | Method and Description |
---|---|
long |
position() |
long |
seek(long offset,
int whence) |
static final int SEEK_SET
static final int SEEK_CUR
static final int SEEK_END