Interface DynamicInput

All Superinterfaces:
AutoCloseable, Closeable, Input
All Known Implementing Classes:
DynamicInputFromPipe, DynamicInputFromStream, FileInput

public interface DynamicInput extends Input
  • Method Details

    • hasFile

      boolean hasFile()
    • getFile

      Path getFile() throws IOException
      Return a file (typically a pipe). Calling this function may be create the pipe on-demand, hence the IOException. Use hasFile() to check for file backing without on-demand creation.
      Throws:
      IOException