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 Object
- implements StreamNormalizingReader.CharDecoderFactory
To create an ASCIIDecoder.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamNormalizingReader.ASCIIDecoderFactory
protected StreamNormalizingReader.ASCIIDecoderFactory()
createCharDecoder
public CharDecoder createCharDecoder(InputStream is)
throws IOException
- Specified by:
createCharDecoder
in interface StreamNormalizingReader.CharDecoderFactory
- Throws:
IOException
Copyright © 2008 Apache Software Foundation. All Rights Reserved.