Package org.aksw.commons.io.hadoop
Interface SeekableDecorator
-
- All Superinterfaces:
org.apache.hadoop.fs.Seekable
- All Known Implementing Classes:
SeekableInputStream
public interface SeekableDecorator extends org.apache.hadoop.fs.Seekable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default longgetPos()org.apache.hadoop.fs.SeekablegetSeekable()default voidseek(long l)default booleanseekToNewSource(long l)
-
-
-
Method Detail
-
getSeekable
org.apache.hadoop.fs.Seekable getSeekable()
-
seek
default void seek(long l) throws IOException- Specified by:
seekin interfaceorg.apache.hadoop.fs.Seekable- Throws:
IOException
-
getPos
default long getPos() throws IOException- Specified by:
getPosin interfaceorg.apache.hadoop.fs.Seekable- Throws:
IOException
-
seekToNewSource
default boolean seekToNewSource(long l) throws IOException- Specified by:
seekToNewSourcein interfaceorg.apache.hadoop.fs.Seekable- Throws:
IOException
-
-