Uses of Class
org.aksw.commons.io.binseach.BinSearchScanState
Packages that use BinSearchScanState
-
Uses of BinSearchScanState in org.aksw.commons.io.binseach
Fields in org.aksw.commons.io.binseach declared as BinSearchScanStateModifier and TypeFieldDescriptionprotected BinSearchScanStateReadableByteChannelForLinesMatchingPrefix.stateMethods in org.aksw.commons.io.binseach with parameters of type BinSearchScanStateModifier and TypeMethodDescriptionstatic InputStreamBinarySearchOnSortedFile.newInputStream(Seekable channel, BinSearchScanState state) static longReadableByteChannelForLinesMatchingPrefix.nextKnownDelimPos(Seekable channel, byte delimiter, long currentDelimPos, BinSearchScanState state) Constructors in org.aksw.commons.io.binseach with parameters of type BinSearchScanStateModifierConstructorDescriptionReadableByteChannelForLinesMatchingPrefix(Seekable channel, BinSearchScanState state)