public interface SeekableDecorator
extends org.apache.hadoop.fs.Seekable
| Modifier and Type | Method and Description |
|---|---|
default long |
getPos() |
org.apache.hadoop.fs.Seekable |
getSeekable() |
default void |
seek(long l) |
default boolean |
seekToNewSource(long l) |
org.apache.hadoop.fs.Seekable getSeekable()
default void seek(long l)
throws IOException
seek in interface org.apache.hadoop.fs.SeekableIOExceptiondefault long getPos()
throws IOException
getPos in interface org.apache.hadoop.fs.SeekableIOExceptiondefault boolean seekToNewSource(long l)
throws IOException
seekToNewSource in interface org.apache.hadoop.fs.SeekableIOExceptionCopyright © 2016–2021 Smart Data Analytics (SDA) Research Group. All rights reserved.