Uses of Class
org.aksw.commons.io.hadoop.SeekableInputStream
Packages that use SeekableInputStream
-
Uses of SeekableInputStream in org.aksw.commons.io.hadoop
Methods in org.aksw.commons.io.hadoop that return SeekableInputStreamModifier and TypeMethodDescriptionstatic <T extends ReadableByteChannel>
SeekableInputStreamSeekableInputStreams.create(InputStream in, GetPosition getPosition, SetPosition setPosition) static SeekableInputStreamSeekableInputStreams.create(InputStream in, org.apache.hadoop.fs.Seekable seekable) static <T extends ReadableByteChannel>
SeekableInputStreamSeekableInputStreams.create(SeekableByteChannel channel) static <T extends ReadableByteChannel>
SeekableInputStreamSeekableInputStreams.create(SeekableReadableChannel<byte[]> channel) static <T extends ReadableByteChannel>
SeekableInputStreamSeekableInputStreams.create(T channel, SeekableInputStreams.GetPositionFn<? super T> getPosition, SeekableInputStreams.SetPositionFn<? super T> setPosition) Methods in org.aksw.commons.io.hadoop with parameters of type SeekableInputStreamModifier and TypeMethodDescriptionstatic SeekableReadableChannel<byte[]>SeekableInputStreams.wrap(SeekableInputStream in) Bridge SeekableInputStream to the channel API -
Uses of SeekableInputStream in org.aksw.commons.io.hadoop.binseach.v2
Methods in org.aksw.commons.io.hadoop.binseach.v2 with parameters of type SeekableInputStreamModifier and TypeMethodDescriptionstatic MatchBinarySearcherOverPlainSource.binarySearch(SeekableInputStream channel, long end, byte[] prefix) static MatchBinarySearcherOverPlainSource.binarySearch(SeekableInputStream in, SearchMode searchMode, int depth, long start, long end, long knownDelimPos, byte delimiter, byte[] prefix, BinSearchLevelCache cache) When this method returns the input stream's position is unspecified.