Summer.Batch.Extra.Sort.Legacy Namespace Reference

Namespaces

Classes

class  BlockAccessorFactory
 Implementation of IRecordAccessorFactory<T> for block readers and writers. More...
 
class  BlockRecordReader
 Implementation of IRecordReader<T> for block records. If record length is more than zero the blocks are fixed length record, otherwise they are variable length record and a RDW (record descriptor word) should be present. More...
 
class  BlockRecordWriter
 Implementation of IRecordWriter<T> for block records. More...
 
class  BytesExtensions
 A utility class for manipulating bytes array More...
 
class  BytesSum
 Implementation of ISum<T> that sums number encoded in byte arrays. Numbers are read using IAccessor<T>s. More...
 
class  LegacyOutputFile
 Implementation of IOutputFile<T> for byte array records. More...
 
class  SeparatorAccessorFactory
 Implementation of IRecordAccessorFactory<T> for records separated by a specific separator. More...
 
class  SeparatorRecordReader
 Implementation of IRecordReader<T> for records separated by a specific separator. More...
 
class  SeparatorRecordWriter
 Implementation of IRecordWriter<T> for records separated by a specific separator. More...