package iterator
Type Members
-
class
FixedLenNestedRowIterator[T] extends Iterator[Seq[Any]] with Logging
This is an iterator traversing contents of Cobol binary data
- case class RecordLengthExpression(expr: String, evaluator: NumberExprEvaluator, fields: Map[String, Primitive], requiredBytesToread: Int) extends Product with Serializable
- final class SegmentIdAccumulator extends AnyRef
-
class
VRLRecordReader extends Iterator[(String, Array[Byte])] with Logging
This iterator is used to read fixed length and variable length records from a binary COBOL-generated file.
This iterator is used to read fixed length and variable length records from a binary COBOL-generated file. It returns a pair of (segment_id, raw_data_byte_array) without actually decoding the data.
-
final
class
VarLenHierarchicalIterator[T] extends Iterator[Seq[Any]]
This iterator is used to variable length data sequentially using the SimpleStream interface.
-
final
class
VarLenNestedIterator[T] extends Iterator[Seq[Any]]
This iterator is used to variable length data sequentially using the SimpleStream interface.