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

/libcore/luni/src/main/java/java/io/
H A DInputStream.java42 * <h3>Subclassing InputStream</h3>
54 public abstract class InputStream extends Object implements Closeable { class in inherits:Object,Closeable
60 public InputStream() { method in class:InputStream
94 * <p>The default implementation of this method in {@code InputStream} always returns 0.
117 * Sets a mark position in this InputStream. The parameter {@code readlimit}

Completed in 265 milliseconds