C# (CSharp) Summer.Batch.Extra.Ebcdic Namespace

Nested Namespaces

Summer.Batch.Extra.Ebcdic.Encode
Summer.Batch.Extra.Ebcdic.Exception

Сlasses

Name Description
EbcdicReader An EbcdicReader reads bytes from an input stream and returns records, according to a copybook. Each call to NextRecord returns a list of objects, containing the decoded values of the fields. When there are no more records to read, it returns null. Copybooks with multiple records are supported. The reader relies on the position get/set methods of the input stream to detect the format of the current record.