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