| Class | Description |
|---|---|
| ByteArrayComparator |
Simple implementation of comparator for byte arrays which
will compare using
unsigned byte values (meaning
that 0xFF is creator than 0x00, for example). |
| RawTextLineReader |
Efficient reader for data that consists of text lines, i.e.
|
| RawTextLineReader.Factory | |
| RawTextLineWriter | |
| RawTextLineWriter.Factory |
Basic factory implementation.
|
| StdComparator<T extends Comparable<T>> |
Basic comparator implementation that works on types that implement
Comparator. |
| StdTempFileProvider |
Default
TempFileProvider implementation which uses JDK default
temporary file generation mechanism. |
| TextFileSorter |
Basic
Sorter implementation that operates on text line input. |
Copyright © 2022 FasterXML. All rights reserved.