text
Summary
The text parser is a subclass of FileParser that does not modify the behaviour of FileParser.
All data read from the file is returned immediately without decoding and all data written to the file
is done without encoding the data.
The text parser is a subclass of FileParser that does not modify the behaviour of FileParser.
All data read from the file is returned immediately without decoding and all data written to the file
is done without encoding the data.