|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.Reader
|
+--org.apache.batik.util.io.NormalizingReader
|
+--org.apache.batik.util.io.StreamNormalizingReader
|
+--org.apache.batik.xml.XMLStreamNormalizingReader
This class represents a normalizing reader with encoding detection management.
| Inner classes inherited from class org.apache.batik.util.io.StreamNormalizingReader |
StreamNormalizingReader.ASCIIDecoderFactory, StreamNormalizingReader.CharDecoderFactory, StreamNormalizingReader.ISO_8859_1DecoderFactory, StreamNormalizingReader.UTF16DecoderFactory, StreamNormalizingReader.UTF8DecoderFactory |
| Fields inherited from class org.apache.batik.util.io.StreamNormalizingReader |
charDecoder, charDecoderFactories, column, line, nextChar |
| Fields inherited from class java.io.Reader |
lock |
| Constructor Summary | |
XMLStreamNormalizingReader(java.io.InputStream is,
java.lang.String encod)
Creates a new XMLStreamNormalizingReader. |
|
| Methods inherited from class org.apache.batik.util.io.StreamNormalizingReader |
close, createCharDecoder, getColumn, getLine, read |
| Methods inherited from class org.apache.batik.util.io.NormalizingReader |
read |
| Methods inherited from class java.io.Reader |
mark, markSupported, read, ready, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLStreamNormalizingReader(java.io.InputStream is,
java.lang.String encod)
throws java.io.IOException
is - The input stream to read.encod - The character encoding to use if the auto-detection fail.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||