BasicTools.IO.WriterBase module
Base writer object from which all the writer of BasicTools inherit
- class BasicTools.IO.WriterBase.WriterBase(fileName=None)[source]
Bases:
BaseOutputObjectWriterBase class
- SetBinary(val=True)[source]
Sets the binary status of the file to read
- Parameters:
val (bool, optional) – if True, sets the file to read as binary, by default True