Class DynamicOutputFromPipe
java.lang.Object
org.aksw.vshell.registry.OutputBase
org.aksw.vshell.registry.DynamicOutputFromPipe
- All Implemented Interfaces:
Closeable, AutoCloseable, DynamicOutput, Output
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()Return a pipe.booleanhasFile()protected OutputStreamMethods inherited from class OutputBase
close, flush, getWriterCharset, hasPrinter, hasWriter, outputStream, printStream, printStream, writer, writerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Output
flush, getWriterCharset, hasPrinter, hasWriter, outputStream, printStream, printStream, writer, writer
-
Constructor Details
-
DynamicOutputFromPipe
-
-
Method Details
-
hasFile
public boolean hasFile()- Specified by:
hasFilein interfaceDynamicOutput
-
getFile
Description copied from interface:DynamicOutputReturn a pipe. It may be created on-demand, hence the IOException.- Specified by:
getFilein interfaceDynamicOutput- Throws:
IOException
-
openOutputStream
- Specified by:
openOutputStreamin classOutputBase- Throws:
IOException
-