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, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPos, seek, seekToNewSource
public SeekableInputStream(InputStream proxy, org.apache.hadoop.fs.Seekable seekable)
proxy
- the InputStream to delegate topublic org.apache.hadoop.fs.Seekable getSeekable()
getSeekable
in interface SeekableDecorator
Copyright © 2016–2021 Smart Data Analytics (SDA) Research Group. All rights reserved.