Interface | Description |
---|---|
OfflineIterable.Serializer<A,B extends A> |
Determines a strategy to serialize and deserialize elements.
|
SafelyCloseable |
A marker interface for a closeable resource that implements safety measures to
make resource tracking easier.
|
WordReader |
An interface providing methods to break the input from a reader into words.
|
Class | Description |
---|---|
ByteBufferInputStream |
A bridge between byte buffers and input streams.
|
DebugInputBitStream |
A debugging wrapper for input bit streams.
|
DebugOutputBitStream |
A debugging wrapper for output bit streams.
|
DelimitedWordReader |
A word reader that breaks words on a given set of characters.
|
FastBufferedReader |
A lightweight, unsynchronised buffered reader based on
mutable strings.
|
FileLinesCollection |
A wrapper exhibiting the lines of a file as a
Collection . |
FileLinesCollection.FileLinesIterator |
An iterator over the lines of a
FileLinesCollection . |
InputBitStream |
Bit-level input stream.
|
LineIterator |
An adapter that exposes a fast buffered reader as an iterator
over the returned lines.
|
LineWordReader |
A trivial
WordReader that considers each line
of a document a single word. |
MultipleInputStream |
A multiple input stream.
|
NullInputStream |
End-of-stream-only input stream.
|
NullOutputStream |
Throw-it-away output stream.
|
NullReader |
End-of-stream-only reader.
|
OfflineIterable<T,U extends T> |
An iterable that offers elements that were previously stored offline using specialized
serialization methods.
|
OfflineIterable.OfflineIterator<A,B extends A> |
An iterator returned by an
OfflineIterable . |
OutputBitStream |
Bit-level output stream.
|
SegmentedInputStream |
Exhibits a single
InputStream as a number of streams divided into reset() -separated
segments. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.