createReadableChannelfileReadBlocksAsStreamfileReadBytesfileReadCsvfileReadCsvAsStreamfileReadJsonfileReadLinesfileReadLinesAsStreamfileReadStringfileReadXmlfileWriteBlocksFromStreamfileWriteBytesfileWriteCsvfileWriteCsvFromStreamfileWriteJsonfileWriteLinesfileWriteLinesFromStreamfileWriteStringfileWriteXmlopenReadableCsvFileopenReadableFileopenWritableCsvFileopenWritableFileprintprintlnreadln
Class: WritableCSVChannel
Represents a WritableCSVChannel, which could be used to write records from the CSV file.
Constructor
Constructs a CSV channel from a CharacterChannel
to read/write CSV records.
init (WritableCharacterChannel characterChannel, Separator fs)
- characterChannel WritableCharacterChannel
- fs Separator ","
Field separator, which will separate the records in the CSV