FixedLengthRecordAttribute Constructor |
Name | Description | |
---|---|---|
![]() | FixedLengthRecordAttribute | Indicates that this class represents a fixed length
record. By default fixed length files require the records to have
equal length.
(ie the record length equals the sum of each field length.
|
![]() | FixedLengthRecordAttribute(FixedMode) |
Indicates that this class represents a fixed length record with the
specified variable length record behavior.
|