Searched refs:ostream (Results 1 – 5 of 5) sorted by relevance
434 OutputStream ostream = clientSocket.getOutputStream(); in run() local437 ostream.write(i); in run()440 ostream.flush(); in run()441 ostream.close(); in run()497 OutputStream ostream = socket.getOutputStream(); in run() local500 ostream.write(i); in run()503 ostream.flush(); in run()
507 OutputStream ostream = clientSocket.getOutputStream(); in run() local508 ostream.write(testData.getBytes()); in run()509 ostream.flush(); in run()572 OutputStream ostream = socket.getOutputStream(); in run() local573 ostream.write(testData.getBytes()); in run()574 ostream.flush(); in run()
267 public void exportNode(OutputStream ostream) throws IOException, in exportNode() argument272 public void exportSubtree(OutputStream ostream) throws IOException, in exportSubtree() argument
3014 OutputStream ostream;3016 ostream = newOutputStream(target, StandardOpenOption.CREATE_NEW,3026 try (OutputStream out = ostream) {
982 public void exportNode(OutputStream ostream) throws IOException, BackingStoreException { in exportNode() argument986 public void exportSubtree(OutputStream ostream) throws IOException, BackingStoreException { in exportSubtree() argument