| Class and Description |
|---|
| 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. |
| CharReadable.Adapter |
| CharSeeker
Seeks for specific characters in a stream of characters, e.g.
|
| Configuration
Configuration options around reading CSV data, or similar.
|
| Extractor
Extracts a value from a part of a
char[] into any type of value, f.ex. |
| Extractors.BooleanExtractor |
| Extractors.ByteExtractor |
| Extractors.CharExtractor |
| Extractors.DoubleExtractor |
| Extractors.FloatExtractor |
| Extractors.IntExtractor |
| Extractors.LongExtractor |
| Extractors.ShortExtractor |
| FormatException
Super class for exceptions stemming from invalid format of a data source that is read.
|
| Magic
Logic for detecting and matching magic numbers in file headers.
|
| Mark
A mutable marker that is changed to hold progress made to a
BufferedCharSeeker. |
| SectionedCharBuffer
Has a similar role to a
CharBuffer, but is tailored to how BufferedCharSeeker
works and to be able to take full advantage of ThreadAheadReadable. |
| Source
Source of data chunks to read.
|
| Source.Chunk
One chunk of data to read.
|
| SourceTraceability
Provides information about a source of data.
|
| SourceTraceability.Adapter |
| ThreadAhead
Base functionality for having a companion thread reading ahead, prefetching.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.