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

/openjdk7/corba/src/share/classes/org/omg/CORBA_2_3/portable/
H A DInputStream.java35 * InputStream provides for the reading of all of the mapped IDL types
36 * from the stream. It extends org.omg.CORBA.portable.InputStream. This
39 * @see org.omg.CORBA.portable.InputStream
44 public abstract class InputStream extends org.omg.CORBA.portable.InputStream { class in inherits:org.omg.CORBA.portable.InputStream
/openjdk7/jdk/src/share/classes/java/io/
H A DInputStream.java32 * <p> Applications that need to define a subclass of <code>InputStream</code>
40 * @see java.io.InputStream#read()
45 public abstract class InputStream implements Closeable { class in inherits:Closeable
87 * <p> The <code>read(b)</code> method for class <code>InputStream</code>
98 * @see java.io.InputStream#read(byte[], int, int)
132 * for class <code>InputStream</code> simply calls the method
159 * @see java.io.InputStream#read()
239 * <p> Note that while some implementations of {@code InputStream} will return
248 * <p> The {@code available} method for class {@code InputStream} always
266 * <p> The <code>close</code> method of <code>InputStream</cod
[all...]
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DInputStream.java32 * InputStream is the Java API for reading IDL types
41 public abstract class InputStream extends java.io.InputStream class in inherits:java.io.InputStream
310 * Returns the ORB that created this InputStream.
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DSSLStreams.java55 InputStream is;
139 * return the SSL InputStream
141 InputStream getInputStream () throws IOException {
143 is = new InputStream();
496 class InputStream extends java.io.InputStream { class in class:SSLStreams
506 InputStream () { method in class:SSLStreams.InputStream

Completed in 78 milliseconds