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 class
StreamNormalizingReader.ASCIIDecoderFactory
To create an ASCIIDecoder.protected static class
StreamNormalizingReader.ISO_8859_1DecoderFactory
To create an ISO_8859_1Decoder.protected static class
StreamNormalizingReader.UTF16DecoderFactory
To create a UTF16Decoder.protected static class
StreamNormalizingReader.UTF8DecoderFactory
To create a UTF8Decoder.
-