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 raise UnicodeDecodeError on non-UTF-8 bytes.