tecgraf.javautils.excel.v1.util
Class XmlNode.StringInputStream
java.lang.Object
java.io.InputStream
tecgraf.javautils.excel.v1.util.XmlNode.StringInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- XmlNode
public static class XmlNode.StringInputStream
- extends InputStream
Leitor de String em UTF8
- Author:
- Tecgraf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlNode.StringInputStream
public XmlNode.StringInputStream(InputStream input)
- Parameters:
input -
read
public int read()
throws IOException
-
- Specified by:
read in class InputStream
- Throws:
IOException
available
public int available()
throws IOException
-
- Overrides:
available in class InputStream
- Throws:
IOException
close
public void close()
throws IOException
-
- Specified by:
close in interface Closeable- Overrides:
close in class InputStream
- Throws:
IOException
Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.