Class SeekableSourceFromPageManager
java.lang.Object
org.aksw.commons.io.seekable.impl.SeekableSourceFromPageManager
- All Implemented Interfaces:
SeekableSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SeekableSourcecreate(PageManager pageManager) get(long pos) longsize()booleanTrue if Seekables obtained by the source support absolution positions
-
Field Details
-
pageManager
-
-
Constructor Details
-
SeekableSourceFromPageManager
-
-
Method Details
-
create
-
supportsAbsolutePosition
public boolean supportsAbsolutePosition()Description copied from interface:SeekableSourceTrue if Seekables obtained by the source support absolution positions- Specified by:
supportsAbsolutePositionin interfaceSeekableSource- Returns:
-
get
- Specified by:
getin interfaceSeekableSource
-
size
public long size()- Specified by:
sizein interfaceSeekableSource
-