Searched defs:SocketOutputStream (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DSocketOutputStream.java39 * SocketOutputStream. Note that this class should <b>NOT</b> be
45 class SocketOutputStream extends FileOutputStream class in inherits:FileOutputStream
52 * Creates a new SocketOutputStream. Can only be called
57 SocketOutputStream(AbstractPlainSocketImpl impl) throws IOException { method in class:SocketOutputStream
67 * The <code>getChannel</code> method of <code>SocketOutputStream</code>

Completed in 41 milliseconds