Object -
io
:
WritableTextRecordChannel
Represents a channel which will allow to write records through a given WritableCharacterChannel.
Constructor
__init
(WritableCharacterChannel characterChannel, string fs, string rs, string fmt)
- characterChannel WritableCharacterChannel
- fs string
-
Field separator (this could be a regex)
- rs string
-
Record separator (this could be a regex)
- fmt string default
Methods
Writes records to a given output resource.
Parameters
- textRecord string
-
List of fields to be written
-
Return Type
(Error?) An
Error
if the records could not be written properly