Package eu.bandm.tools.util.files
Interface TextInput
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
FileInput
,ReaderInput
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
close()
Deliver the stream of decoded characters.getInfo()
Deliver a human readable text for the source identification.Deliver the stream of decoded characters.static TextInput
Factory method.static TextInput
Factory method.static TextInput
Factory method.
-
Method Details
-
make
Factory method. -
make
Factory method. -
make
Factory method. -
getReader
Reader getReader()Deliver the stream of decoded characters. -
close
Deliver the stream of decoded characters.- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-
getInfo
Deliver a human readable text for the source identification.
-