| Interface | Description |
|---|---|
| Conversion |
Standard conversion functions from CharSequence to primitive types.
|
| Class | Description |
|---|---|
| Ascii2DoubleFixedLength |
Processes an ascii stream of events (CharEvent) to produce a numeric double
value.
|
| Ascii2DoubleTerminator |
Processes an ascii stream of events (CharEvent) to produce a numeric double
value.
|
| Ascii2IntFixedLength |
Processes an ascii stream of events (CharEvent) to produce a numeric intValue.
|
| Ascii2IntTerminator |
Processes an ascii stream of events (CharEvent) to produce a numeric
intValue.
|
| Ascii2Value | |
| ByteBufferDelimiter |
Extract a "word" from a CharEvent stream.
|
| Csv2ByteBuffer | |
| Csv2ByteBufferStringBuilder | |
| Csv2ByteBufferTemp |
Stores bytes in a StringBuilder.
|
| Csv2Double | |
| Csv2Value |
Extracts a csv field into a numeric value, this class supports integer values
only.
|
| EolNotifier |
Copyright © 2019. All rights reserved.