tecgraf.javautils.excel.v1.util
Class XmlNode.StringInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by 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

Constructor Summary
XmlNode.StringInputStream(InputStream input)
           
 
Method Summary
 int available()
          
 void close()
          
 int read()
          
 
Methods inherited from class java.io.InputStream
mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlNode.StringInputStream

public XmlNode.StringInputStream(InputStream input)
Parameters:
input -
Method Detail

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.