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 TypeClassDescriptionclassThis class is the superclass of all the char decoders.classThis class represents an object which decodes ASCII characters from a stream of bytes.classThis class delegates to a reader the decoding of an input stream.classThis class represents an object which decodes ISO-8859-1 characters from a stream of bytes.classThis class reads a string.classThis class represents an object which decodes UTF-16 characters from a stream of bytes.classThis 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 CharDecoderStreamNormalizingReader.charDecoderThe char decoder.Methods in org.apache.batik.util.io that return CharDecoderModifier and TypeMethodDescriptionStreamNormalizingReader.ASCIIDecoderFactory.createCharDecoder(InputStream is) StreamNormalizingReader.CharDecoderFactory.createCharDecoder(InputStream is) protected CharDecoderStreamNormalizingReader.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)