Searched refs:BaseStream (Results 1 – 7 of 7) sorted by relevance
1 import java.util.stream.BaseStream;
27 class BZ2File(_compression.BaseStream):248 return _compression.BaseStream.writelines(self, seq)
9 class BaseStream(io.BufferedIOBase): class
38 class LZMAFile(_compression.BaseStream):
120 class GzipFile(_compression.BaseStream):
42 import java.util.stream.BaseStream;140 private static void closeAll(BaseStream<?, ?>[] toClose) { in closeAll() argument141 for (BaseStream<?, ?> stream : toClose) { in closeAll()
419 …StreamWriter utf8Writer = new StreamWriter(process.StandardInput.BaseStream, new UTF8Encoding(fals… in RunClangFormat()