Packages

package reader

Type Members

  1. class FixedLenNestedReader[T] extends FixedLenReader with Serializable

    The Cobol data reader that produces nested structure schema

  2. trait FixedLenReader extends Reader with Serializable

    The abstract class for Cobol block (fixed length records) data readers from various sources

  3. trait Reader extends Serializable

    The abstract class for Cobol all data readers from various sources

  4. 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

  5. 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)

Ungrouped