qlat.QarFile.read_data_bytes¶
- QarFile.read_data_bytes(self, string fn)¶
Read entry data as raw
bytes.Safe for both text and binary content. Prefer this over
read_data()unless you know the entry is plain text.
Read entry data as raw bytes.
Safe for both text and binary content. Prefer this over
read_data() unless you know the entry is plain text.