Interface DynamicInput
- All Superinterfaces:
AutoCloseable, Closeable, Input
- All Known Implementing Classes:
DynamicInputFromPipe, DynamicInputFromStream, FileInput
-
Method Summary
Methods inherited from interface Input
getReaderCharset, hasReader, inputStream, reader, reader, transferTo
-
Method Details
-
hasFile
boolean hasFile() -
getFile
Return a file (typically a pipe). Calling this function may be create the pipe on-demand, hence the IOException. UsehasFile()to check for file backing without on-demand creation.- Throws:
IOException
-