Interface DynamicOutput
- All Superinterfaces:
AutoCloseable, Closeable, Output
- All Known Implementing Classes:
DynamicOutputFromPipe, DynamicOutputFromStream, FileOutput
-
Method Summary
Methods inherited from interface Output
flush, getWriterCharset, hasPrinter, hasWriter, outputStream, printStream, printStream, writer, writer
-
Method Details
-
hasFile
boolean hasFile() -
getFile
Return a pipe. It may be created on-demand, hence the IOException.- Throws:
IOException
-