Object -
io :
WritableCharacterChannel
Represents a channel which could be used to write characters through a given WritableCharacterChannel.
Constructor
__init
(WritableByteChannel bChannel, string charset)
- bChannel WritableByteChannel
-
WritableByteChannel which would be used to write characters
- charset string
-
Character-Set which would be used to encode given bytes to characters
Methods
Writes a given sequence of characters (string).
Writes a given json to the given channel.
Parameters
- content json
-
The json which should be written
-
Return Type
(error?) If an error occurred while writing