Class: ReadableTextRecordChannel
Represents a channel which will allow to read.
Constructor
Constructs a ReadableTextRecordChannel from a given ReadableCharacterChannel.
init (ReadableCharacterChannel charChannel, string fs, string rs, string fmt)
- charChannel ReadableCharacterChannel
CharacterChannel which will point to the input/output resource
- fs string ""
Field separator (this could be a regex)
- rs string ""
Record separator (this could be a regex)
- fmt string "default"