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

/libcore/ojluni/src/main/java/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()
197 * negative, the {@code skip} method for class {@code InputStream} always
241 * <p> Note that while some implementations of {@code InputStream} will return
250 * <p> The {@code available} method for class {@code InputStream} alway
[all...]

Completed in 962 milliseconds