Constructor. @param is input stream @throws IOException I/O exception
(final InputStream is)
| 28 | * @throws IOException I/O exception |
| 29 | */ |
| 30 | public TextInput(final InputStream is) throws IOException { |
| 31 | this(is, null); |
| 32 | } |
| 33 | |
| 34 | /** |
| 35 | * Constructor. |