Interface Output
- All Superinterfaces:
AutoCloseable, Closeable
- All Known Subinterfaces:
DynamicOutput
- All Known Implementing Classes:
DynamicOutputFromPipe, DynamicOutputFromStream, FileOutput, OutputBase
-
Method Summary
Modifier and TypeMethodDescriptionvoidflush()booleanbooleanprintStream(Charset charset) writer()
-
Method Details
-
getWriterCharset
Charset getWriterCharset() -
hasWriter
boolean hasWriter() -
hasPrinter
boolean hasPrinter() -
outputStream
OutputStream outputStream() -
writer
BufferedWriter writer() -
writer
-
printStream
PrintStream printStream() -
printStream
-
flush
- Throws:
IOException
-