qlat.QarFile.read_data¶
- QarFile.read_data(self, string fn)¶
Read entry data as a Python
str(UTF-8 decoded).Only suitable for text content. For binary data use
read_data_bytes()instead — this method will raiseUnicodeDecodeErroron non-UTF-8 bytes.