public abstract class BackedInputStream extends InputStream
| Constructor and Description |
|---|
BackedInputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
seek(long position) |
abstract void |
seekForward(long position) |
available, close, mark, markSupported, read, read, read, reset, skippublic abstract void seek(long position)
public abstract void seekForward(long position)
throws IOException
IOExceptionCopyright © 2017–2021 Apache Software Foundation. All rights reserved.