|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.services.io
Class NullOutputStream

java.lang.Objectjava.io.OutputStream
org.apache.derby.iapi.services.io.NullOutputStream
- public final class NullOutputStream
- extends java.io.OutputStream
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 |
NullOutputStream
public NullOutputStream()
| Method Detail |
write
public void write(int b)
- Discard the data.
write
public void write(byte[] b)
- Discard the data.
write
public void write(byte[] b,
int off,
int len)
- Discard the data.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC