Class InputBase
java.lang.Object
org.aksw.vshell.registry.InputBase
- All Implemented Interfaces:
Closeable, AutoCloseable, Input
- Direct Known Subclasses:
DynamicInputFromPipe, DynamicInputFromStream, FileInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanprotected abstract InputStreamfinal BufferedReaderreader()final BufferedReaderfinal voidtransferTo(Output output)
-
Constructor Details
-
InputBase
-
-
Method Details
-
openInputStream
- Throws:
IOException
-
getReaderCharset
- Specified by:
getReaderCharsetin interfaceInput
-
hasReader
-
inputStream
- Specified by:
inputStreamin interfaceInput
-
reader
-
reader
-
transferTo
- Specified by:
transferToin interfaceInput- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-