Class SeekableSourceOverDataStreamSource

java.lang.Object
org.aksw.commons.io.seekable.impl.SeekableSourceOverDataStreamSource
All Implemented Interfaces:
SeekableSource

@Deprecated public class SeekableSourceOverDataStreamSource extends Object implements SeekableSource
Deprecated.
Seekable abstraction over a DataStreamSource. Deprecated because this type of wrapping is too inefficient. Instead first wrap with DataStreamSource with a PageManager and then use a PageNavigator on top of that.
Author:
raven