public static class XmlNode.StringInputStream extends InputStream
| Constructor and Description |
|---|
StringInputStream(InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
read() |
mark, markSupported, read, read, reset, skippublic StringInputStream(InputStream input)
input - public int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2019 Tecgraf/PUC-Rio. All rights reserved.