|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.basex.io.PrintOutput
org.basex.io.ConsoleOutput
public final class ConsoleOutput
This class is a stream-wrapper for textual data. Note that the internal byte representation (usually UTF8) will be directly output without further character conversion.
Constructor Summary | |
---|---|
ConsoleOutput(java.io.PrintStream out)
Constructor given a print stream. |
Method Summary | |
---|---|
void |
close()
|
Methods inherited from class org.basex.io.PrintOutput |
---|
finished, flush, print, print, print, print, print, println, println, println, size, write |
Methods inherited from class java.io.OutputStream |
---|
write, write |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsoleOutput(java.io.PrintStream out)
out
- the PrintStream to operate onMethod Detail |
---|
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class PrintOutput
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |