| Modifier and Type | Interface and Description |
|---|---|
interface |
CharReadable
A
Readable, but focused on char[], via a SectionedCharBuffer with one of the main reasons
that Reader.read(CharBuffer) creates a new char[] as big as the data it's about to read
every call. |
interface |
CharSeeker
Seeks for specific characters in a stream of characters, e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedCharSeeker
Much like a
BufferedReader for a Reader. |
static class |
CharReadable.Adapter |
class |
MultiReadable
Have multiple
CharReadable instances look like one. |
static class |
SourceTraceability.Adapter |
class |
ThreadAheadReadable
Like an ordinary
CharReadable, it's just that the reading happens in a separate thread, so when
a consumer wants to ThreadAheadReadable.read(SectionedCharBuffer, int) more data it's already available, merely a memcopy away. |
| Modifier and Type | Field and Description |
|---|---|
static SourceTraceability |
SourceTraceability.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
SourceTraceability |
FormatException.source() |
| Constructor and Description |
|---|
DataAfterQuoteException(SourceTraceability source,
String readValue) |
IllegalMultilineFieldException(SourceTraceability source) |
MissingEndQuoteException(SourceTraceability source,
int startingLine,
char quoteChar) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.