Package org.aksw.commons.io.hadoop
Interface SeekableInputStreams.SetPositionFn<T>
-
- Enclosing class:
- SeekableInputStreams
public static interface SeekableInputStreams.SetPositionFn<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(T entity, long position)
-
-
-
Method Detail
-
apply
void apply(T entity, long position) throws IOException
- Throws:
IOException
-
-