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

/openjdk7/jdk/src/share/classes/java/net/
H A DSocketOutputStream.java37 * SocketOutputStream. Note that this class should <b>NOT</b> be
43 class SocketOutputStream extends FileOutputStream class in inherits:FileOutputStream
54 * Creates a new SocketOutputStream. Can only be called
59 SocketOutputStream(AbstractPlainSocketImpl impl) throws IOException { method in class:SocketOutputStream
69 * The <code>getChannel</code> method of <code>SocketOutputStream</code>
H A DAbstractPlainSocketImpl.java434 return new SocketOutputStream(this);
/openjdk7/jdk/make/java/net/
H A DFILES_c.gmk36 SocketOutputStream.c \
H A DMakefile61 java/net/SocketOutputStream.java \

Completed in 32 milliseconds