Package org.apache.batik.util.io
Class StreamNormalizingReader.ASCIIDecoderFactory
- java.lang.Object
-
- org.apache.batik.util.io.StreamNormalizingReader.ASCIIDecoderFactory
-
- All Implemented Interfaces:
StreamNormalizingReader.CharDecoderFactory
- Enclosing class:
- StreamNormalizingReader
protected static class StreamNormalizingReader.ASCIIDecoderFactory extends java.lang.Object implements StreamNormalizingReader.CharDecoderFactory
To create an ASCIIDecoder.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ASCIIDecoderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharDecoder
createCharDecoder(java.io.InputStream is)
-
-
-
Method Detail
-
createCharDecoder
public CharDecoder createCharDecoder(java.io.InputStream is) throws java.io.IOException
- Specified by:
createCharDecoder
in interfaceStreamNormalizingReader.CharDecoderFactory
- Throws:
java.io.IOException
-
-