Searched defs:ostream (Results 1 – 3 of 3) sorted by relevance
57 public boolean onConnect(OutputStream ostream); in onConnect()135 final OutputStream ostream; in connect() local
414 try (FileOutputStream ostream = new FileOutputStream(file)) { in run()
255 final ByteArrayOutputStream ostream = new ByteArrayOutputStream( in testParcel() local