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