BasicTools.IO.ReaderBase module
Base reader object from which all the readers of BasicTools inherit
- class BasicTools.IO.ReaderBase.ReaderBase(fileName=None)[source]
Bases:
BaseOutputObjectReaderBase class
- SetBinary(binary=True)[source]
Sets the binary status of the file to read
- Parameters:
binary (bool, optional) – if True, sets the file to read as binary, by default True
- SetFileName(fileName)[source]
Sets the name of file to read
- Parameters:
fileName (str) – file name to set