Interface DynamicOutput

All Superinterfaces:
AutoCloseable, Closeable, Output
All Known Implementing Classes:
DynamicOutputFromPipe, DynamicOutputFromStream, FileOutput

public interface DynamicOutput extends Output
  • Method Details

    • hasFile

      boolean hasFile()
    • getFile

      Path getFile() throws IOException
      Return a pipe. It may be created on-demand, hence the IOException.
      Throws:
      IOException