| 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
OutputStream0
public class OutputStream0
Null implementation of an output stream.
| Constructor Summary | |
|---|---|
OutputStream0()
 | 
|
| Method Summary | |
|---|---|
 void | 
close()
Does nothing.  | 
 void | 
flush()
Does nothing.  | 
static OutputStream0 | 
i()
A common instance of OutputStream0.  | 
 void | 
write(byte[] b)
Does nothing.  | 
 void | 
write(byte[] b,
           int off,
           int len)
Does nothing.  | 
 void | 
write(int b)
Does nothing.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OutputStream0()
| Method Detail | 
|---|
public static OutputStream0 i()
public void close()
close in interface Closeableclose in class OutputStreampublic void flush()
flush in interface Flushableflush in class OutputStreampublic void write(byte[] b)
write in class OutputStream
public void write(byte[] b,
                  int off,
                  int len)
write in class OutputStreampublic void write(int b)
write in class OutputStream
  | 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||