Class XMLStreamNormalizingReader

All Implemented Interfaces:
Closeable, AutoCloseable, 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 $
  • Constructor Details

    • 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