Uses of Interface
org.apache.batik.util.io.CharDecoder
Packages that use CharDecoder
-
Uses of CharDecoder in org.apache.batik.util.io
Classes in org.apache.batik.util.io that implement CharDecoderModifier and TypeClassDescriptionclass
This class is the superclass of all the char decoders.class
This class represents an object which decodes ASCII characters from a stream of bytes.class
This class delegates to a reader the decoding of an input stream.class
This class represents an object which decodes ISO-8859-1 characters from a stream of bytes.class
This class reads a string.class
This class represents an object which decodes UTF-16 characters from a stream of bytes.class
This class represents an object which decodes UTF-8 characters from a stream of bytes.Fields in org.apache.batik.util.io declared as CharDecoderModifier and TypeFieldDescriptionprotected CharDecoder
StreamNormalizingReader.charDecoder
The char decoder.Methods in org.apache.batik.util.io that return CharDecoderModifier and TypeMethodDescriptionStreamNormalizingReader.ASCIIDecoderFactory.createCharDecoder
(InputStream is) StreamNormalizingReader.CharDecoderFactory.createCharDecoder
(InputStream is) protected CharDecoder
StreamNormalizingReader.createCharDecoder
(InputStream is, String enc) Creates the CharDecoder mapped with the given encoding name.StreamNormalizingReader.ISO_8859_1DecoderFactory.createCharDecoder
(InputStream is) StreamNormalizingReader.UTF16DecoderFactory.createCharDecoder
(InputStream is) StreamNormalizingReader.UTF8DecoderFactory.createCharDecoder
(InputStream is)