Lines Matching defs:BytesIO
13 from io import BytesIO
177 istream = UTF8Reader(BytesIO(self.tstring[1]))
178 ostream = BytesIO()
197 istream = BytesIO(self.tstring[0])
198 ostream = UTF8Writer(BytesIO())
235 istream = self.reader(BytesIO(self.tstring[0]))
236 ostream = UTF8Writer(BytesIO())
255 istream = UTF8Reader(BytesIO(self.tstring[1]))
256 ostream = self.writer(BytesIO())
276 stream = BytesIO()