Method | Description | |
---|---|---|
EbcdicReader ( |
Constructs an EbcdicReader.
|
|
NextRecord ( ) : List |
Returns the next record as a list of objects.
|
Method | Description | |
---|---|---|
Read ( int length, Summer.Batch.Extra.Copybook.FieldFormat fieldFormat ) : byte[] |
Technical read byte array, given length and field format
|
|
ReadDiscriminatorValue ( ) : string |
read the discriminator value
|
|
ReadField ( Summer.Batch.Extra.Copybook.FieldFormat fieldFormat, decimal>.IDictionary |
read a field
|
|
ReadFields ( IFieldsList fieldsList ) : List |
read a fields list
|
|
ReadFieldsGroup ( Summer.Batch.Extra.Copybook.FieldsGroup fieldsGroup, decimal>.IDictionary |
read a fields group
|
|
RetrieveRecordFormat ( ICollection |
retrieve record format
|
public EbcdicReader ( |
||
inputStream | the stream to read the data from | |
fileFormat | Summer.Batch.Extra.Copybook.FileFormat | the copybook to use for decoding records |
hasRdw | bool | true if records have a record descriptor word (RDW) |
return | System |