org.apache.batik.xml
Class XMLStreamNormalizingReader
java.lang.Object
java.io.Reader
org.apache.batik.util.io.NormalizingReader
org.apache.batik.util.io.StreamNormalizingReader
org.apache.batik.xml.XMLStreamNormalizingReader
- All Implemented Interfaces:
- Closeable, Readable
public class XMLStreamNormalizingReader
- extends StreamNormalizingReader
This class represents a normalizing reader with encoding detection
management.
- Version:
- $Id: XMLStreamNormalizingReader.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Stephane Hillion
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLStreamNormalizingReader
public XMLStreamNormalizingReader(InputStream is,
String encod)
throws IOException
- Creates a new XMLStreamNormalizingReader.
- Parameters:
is - The input stream to read.encod - The character encoding to use if the auto-detection fail.
- Throws:
IOException
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.