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

/libcore/ojluni/src/main/java/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.

Completed in 51 milliseconds