package reader
Type Members
-
class
FixedLenNestedReader[T] extends FixedLenReader with Serializable
The Cobol data reader that produces nested structure schema
-
trait
FixedLenReader extends Reader with Serializable
The abstract class for Cobol block (fixed length records) data readers from various sources
-
trait
Reader extends Serializable
The abstract class for Cobol all data readers from various sources
-
class
VarLenNestedReader[T] extends VarLenReader with Logging with Serializable
The Cobol data reader for variable length records that gets input binary data as a stream and produces nested structure schema
-
abstract
class
VarLenReader extends Reader with Serializable
The abstract class for Cobol data readers from various sequential sources (e.g.
The abstract class for Cobol data readers from various sequential sources (e.g. variable size EBCDIC records)