Types
- Block readonly & byte[ ]
The read-only byte array that is used to read the byte content from the streams.
- ByteOrder "BE" | "LE"
Represents network byte order.
BIG_ENDIAN - specifies the bytes to be in the order of most significant byte first.
LITTLE_ENDIAN - specifies the byte order to be the least significant byte first.
- Format DEFAULT | CSV | TDF
The format, which will be used to represent the CSV.
DEFAULT - The default value is the format specified by the CSVChannel. Precedence will be given to the field separator and record separator.
CSV - Field separator will be "," and the record separator will be a new line.
TDF - Field separator will be a tab and the record separator will be a new line.
- Printable any | error | PrintableRawTemplate
- any typed value
- errors
io:PrintableRawTemplate
- an raw templated value
Defines all the printable types.