Uses of Interface
org.apache.batik.util.io.StreamNormalizingReader.CharDecoderFactory
-
Packages that use StreamNormalizingReader.CharDecoderFactory Package Description org.apache.batik.util.io -
-
Uses of StreamNormalizingReader.CharDecoderFactory in org.apache.batik.util.io
Classes in org.apache.batik.util.io that implement StreamNormalizingReader.CharDecoderFactory Modifier and Type Class Description protected static classStreamNormalizingReader.ASCIIDecoderFactoryTo create an ASCIIDecoder.protected static classStreamNormalizingReader.ISO_8859_1DecoderFactoryTo create an ISO_8859_1Decoder.protected static classStreamNormalizingReader.UTF16DecoderFactoryTo create a UTF16Decoder.protected static classStreamNormalizingReader.UTF8DecoderFactoryTo create a UTF8Decoder.
-