|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.apache.derby.iapi.services.io.NullOutputStream
public final class NullOutputStream
An OutputStream that simply discards all data written to it.
Constructor Summary | |
---|---|
NullOutputStream()
|
Method Summary | |
---|---|
void |
write(byte[] b)
Discard the data. |
void |
write(byte[] b,
int off,
int len)
Discard the data. |
void |
write(int b)
Discard the data. |
Methods inherited from class java.io.OutputStream |
---|
close, flush |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullOutputStream()
Method Detail |
---|
public void write(int b)
write
in class java.io.OutputStream
OutputStream.write(int)
public void write(byte[] b)
write
in class java.io.OutputStream
OutputStream.write(int)
public void write(byte[] b, int off, int len)
write
in class java.io.OutputStream
OutputStream.write(int)
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |