public class SeekableInputStream extends org.apache.commons.io.input.ProxyInputStream implements SeekableDecorator
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.fs.Seekable |
seekable |
in| Constructor and Description |
|---|
SeekableInputStream(InputStream proxy,
org.apache.hadoop.fs.Seekable seekable)
Constructs a new ProxyInputStream.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.Seekable |
getSeekable() |
afterRead, available, beforeRead, close, handleIOException, mark, markSupported, read, read, read, reset, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPos, seek, seekToNewSourcepublic SeekableInputStream(InputStream proxy, org.apache.hadoop.fs.Seekable seekable)
proxy - the InputStream to delegate topublic org.apache.hadoop.fs.Seekable getSeekable()
getSeekable in interface SeekableDecoratorCopyright © 2016–2021 Smart Data Analytics (SDA) Research Group. All rights reserved.