|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.basex.io.out.PrintOutput
org.basex.io.out.NullOutput
public final class NullOutput
This output stream swallows all data it receives.
Constructor Summary | |
---|---|
NullOutput()
|
Method Summary | |
---|---|
void |
write(int b)
|
Methods inherited from class org.basex.io.out.PrintOutput |
---|
close, finished, flush, get, print, print, println, println, size, utf8, writeString |
Methods inherited from class java.io.OutputStream |
---|
write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullOutput()
Method Detail |
---|
public void write(int b)
write
in class PrintOutput
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |