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

/openjdk7/jdk/src/share/classes/java/io/
H A DOutputStream.java34 * <code>OutputStream</code> must always provide at least a method
43 * @see java.io.OutputStream#write(int)
46 public abstract class OutputStream implements Closeable, Flushable { class in inherits:Closeable,Flushable
54 * Subclasses of <code>OutputStream</code> must provide an
72 * @see java.io.OutputStream#write(byte[], int, int)
87 * The <code>write</code> method of <code>OutputStream</code> calls
134 * The <code>flush</code> method of <code>OutputStream</code> does nothing.
147 * The <code>close</code> method of <code>OutputStream</code> does nothing.
/openjdk7/corba/src/share/classes/org/omg/CORBA_2_3/portable/
H A DOutputStream.java39 * OutputStream provides interface for writing of all of the mapped IDL type
40 * to the stream. It extends org.omg.CORBA.portable.OutputStream, and defines
43 * @see org.omg.CORBA.portable.OutputStream
48 public abstract class OutputStream extends org.omg.CORBA.portable.OutputStream { class in inherits:org.omg.CORBA.portable.OutputStream
70 private OutputStream(Void ignore) { } method in class:OutputStream
80 public OutputStream() { method in class:OutputStream
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DOutputStream.java42 public abstract class OutputStream extends java.io.OutputStream class in inherits:java.io.OutputStream
279 * Returns the ORB that created this OutputStream.
280 * @return the ORB that created this OutputStream
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DSSLStreams.java54 OutputStream os;
149 * return the SSL OutputStream
151 OutputStream getOutputStream () throws IOException {
153 os = new OutputStream();
607 class OutputStream extends java.io.OutputStream { class in class:SSLStreams
612 OutputStream() { method in class:SSLStreams.OutputStream

Completed in 45 milliseconds