| Package | Description |
|---|---|
| com.mware.ge.csv | |
| com.mware.ge.values.storable |
| 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. |
| CharReadableChunker
Chunks up a
CharReadable. |
| CharReadableChunker.ChunkImpl |
| CharSeeker
Seeks for specific characters in a stream of characters, e.g.
|
| Chunker
Takes a bigger stream of data and chunks it up into smaller chunks.
|
| Configuration
Configuration options around reading CSV data, or similar.
|
| CSVHeaderInformation
Header information that allows assigning Key-Value-Pairs of Strings.
|
| Extractor
Extracts a value from a part of a
char[] into any type of value, f.ex. |
| Extractors.BooleanExtractor |
| Extractors.ByteExtractor |
| Extractors.CharExtractor |
| Extractors.DateExtractor |
| Extractors.DateTimeExtractor |
| Extractors.DoubleExtractor |
| Extractors.DurationExtractor |
| Extractors.FloatExtractor |
| Extractors.IntExtractor |
| Extractors.LocalDateTimeExtractor |
| Extractors.LocalTimeExtractor |
| Extractors.LongExtractor |
| Extractors.PointExtractor |
| Extractors.ShortExtractor |
| Extractors.TimeExtractor |
| 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.
|
| Class and Description |
|---|
| CSVHeaderInformation
Header information that allows assigning Key-Value-Pairs of Strings.
|
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.