Package com.fasterxml.sort.std

Class Summary
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.
StdTempFileProvider Default TempFileProvider implementation which uses JDK default temporary file generation mechanism.
TextFileSorter Basic Sorter implementation that operates on text line input.
 



Copyright © 2011. All Rights Reserved.