|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
com.twelvemonkeys.io.NullOutputStream
public class NullOutputStream
An OutputStream implementation that works as a sink.
| Constructor Summary | |
|---|---|
NullOutputStream()
Creates a NullOutputStream. |
|
| Method Summary | |
|---|---|
void |
write(byte[] pBytes)
This implementation does nothing. |
void |
write(byte[] pBytes,
int pOffset,
int pLength)
This implementation does nothing. |
void |
write(int pByte)
This implementation does nothing. |
| 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()
NullOutputStream.
| Method Detail |
|---|
public void write(int pByte)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException
public void write(byte[] pBytes)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException
public void write(byte[] pBytes,
int pOffset,
int pLength)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||