akirarat

Results 1 issues of akirarat

Since reader is just a BufferedReader. self.read() will return a byte array. We should convert this into a UTF-8 string. ``` def read_string(self): length = self.read_int() if length == pow(2,...