public abstract class SeekableInputStream
extends java.io.InputStream
Modifier and Type | Class and Description |
---|---|
static class |
SeekableInputStream.FLAGS |
Constructor and Description |
---|
SeekableInputStream() |
Modifier and Type | Method and Description |
---|---|
abstract void |
seek(long offset,
SeekableInputStream.FLAGS whence)
Seeks to a given offset as specified by whence flags.
|
abstract long |
tell()
Returns current offset
|
public abstract void seek(long offset, SeekableInputStream.FLAGS whence) throws java.io.IOException
offset
- whence
- java.io.IOException
public abstract long tell() throws java.io.IOException
java.io.IOException
Copyright © 2007-2012 The Apache Software Foundation