Uses of Interface
org.aksw.commons.io.seekable.api.Seekable
Packages that use Seekable
Package
Description
-
Uses of Seekable in org.aksw.commons.io.binseach
Fields in org.aksw.commons.io.binseach declared as SeekableModifier and TypeFieldDescriptionprotected SeekableBinarySearchOnSortedFile.baseSeekableprotected SeekableReadableByteChannelForLinesMatchingPrefix.channelMethods in org.aksw.commons.io.binseach with parameters of type SeekableModifier and TypeMethodDescriptionstatic longBinarySearchOnSortedFile.getPosOfFirstMatch(Seekable seekable, byte delimiter, byte[] prefix) The initial position is assumed point to the delimiter The result will point to the initial position or a preceding delimiter If there is no preceding delimiter, the seekable will be positioned before startstatic 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 SeekableModifierConstructorDescriptionBinarySearchOnSortedFile(AutoCloseable closeAction, Seekable baseSeekable, long baseSeekableSize, byte delimiter) ReadableByteChannelForLinesMatchingPrefix(Seekable channel, BinSearchScanState state) -
Uses of Seekable in org.aksw.commons.io.block.api
Subinterfaces with type arguments of type Seekable in org.aksw.commons.io.block.apiModifier and TypeInterfaceDescriptioninterfaceA segment is a sequence of bytes with a fixed size. -
Uses of Seekable in org.aksw.commons.io.block.impl
Classes in org.aksw.commons.io.block.impl that implement SeekableModifier and TypeClassDescriptionclassAn object for (predominantly relative) positioning over a sequence of fixed size pagesFields in org.aksw.commons.io.block.impl declared as SeekableMethods in org.aksw.commons.io.block.impl that return SeekableModifier and TypeMethodDescriptionBlockEnumerator.getCurrentSeekable()default SeekablePage.newChannel()Methods in org.aksw.commons.io.block.impl with parameters of type SeekableModifier and TypeMethodDescriptionstatic BlockEnumeratorstatic BlockEnumeratorstatic BlockEnumeratorBlockEnumerator.fwd(boolean yieldSelf, Ref<? extends Block> blockRef, Seekable seekable, boolean skipFirstClose) Constructors in org.aksw.commons.io.block.impl with parameters of type SeekableModifierConstructorDescriptionprotectedBlockEnumerator(boolean yieldSelf, Ref<? extends Block> blockRef, Seekable seekable, boolean isFwd, boolean skipFirstClose) -
Uses of Seekable in org.aksw.commons.io.deprecated
Methods in org.aksw.commons.io.deprecated with parameters of type SeekableModifier and TypeMethodDescriptionbooleanbooleanMove the position to the next match.protected byteprotected booleanprotected boolean -
Uses of Seekable in org.aksw.commons.io.seekable.api
Methods in org.aksw.commons.io.seekable.api that return Seekable -
Uses of Seekable in org.aksw.commons.io.seekable.impl
Classes in org.aksw.commons.io.seekable.impl that implement SeekableModifier and TypeClassDescriptionclassSegment could have predecessor / successor methods, but how can we slice segments we request? The use case is to scan backward until a condition is no longer satisfied, maybe we don't need slicing thenFields in org.aksw.commons.io.seekable.impl declared as SeekableMethods in org.aksw.commons.io.seekable.impl that return SeekableModifier and TypeMethodDescriptionSeekableFromBlock.clone()SeekableSourceFromPageManager.get(long pos) SeekableSourceOverDataStreamSource.get(long pos) Deprecated.static SeekableSeekables.requestSeekableFor(PageManager pageManager, long pos) Methods in org.aksw.commons.io.seekable.impl with parameters of type Seekable