Package

za.co.absa.cobrix.cobol.parser

recordextractors

Permalink

package recordextractors

Visibility
  1. Public
  2. All

Type Members

  1. trait RawRecordExtractor extends Iterator[Array[Byte]]

    Permalink

    This trait represents a contract for extracting raw records from a stream of bytes.

    This trait represents a contract for extracting raw records from a stream of bytes. A raw record is an array of bytes.

    Record extractors are used for in situations where the size of records in a file is not fixed and cannot be determined neither from the copybook nor from record headers.

  2. class VarOccursRecordExtractor extends RawRecordExtractor

    Permalink

    This implementation of a record extractor A raw record is an array of bytes.

    This implementation of a record extractor A raw record is an array of bytes.

    Record extractors are used for in situations where the size of records in a file is not fixed and cannot be determined neither from the copybook nor from record headers.

Ungrouped