|
||||||||||
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
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)
OutputStream.write(int)
public void write(byte[] b)
OutputStream.write(int)
public void write(byte[] b, int off, int len)
OutputStream.write(int)
|
Built on Tue 2006-10-10 19:23:47+0200, from revision exported | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |