Uses of Interface
org.apache.batik.util.io.CharDecoder
-
Packages that use CharDecoder Package Description org.apache.batik.util.io -
-
Uses of CharDecoder in org.apache.batik.util.io
Classes in org.apache.batik.util.io that implement CharDecoder Modifier and Type Class Description classAbstractCharDecoderThis class is the superclass of all the char decoders.classASCIIDecoderThis class represents an object which decodes ASCII characters from a stream of bytes.classGenericDecoderThis class delegates to a reader the decoding of an input stream.classISO_8859_1DecoderThis class represents an object which decodes ISO-8859-1 characters from a stream of bytes.classStringDecoderThis class reads a string.classUTF16DecoderThis class represents an object which decodes UTF-16 characters from a stream of bytes.classUTF8DecoderThis class represents an object which decodes UTF-8 characters from a stream of bytes.Fields in org.apache.batik.util.io declared as CharDecoder Modifier and Type Field Description protected CharDecoderStreamNormalizingReader. charDecoderThe char decoder.Methods in org.apache.batik.util.io that return CharDecoder Modifier and Type Method Description CharDecoderStreamNormalizingReader.ASCIIDecoderFactory. createCharDecoder(java.io.InputStream is)CharDecoderStreamNormalizingReader.CharDecoderFactory. createCharDecoder(java.io.InputStream is)protected CharDecoderStreamNormalizingReader. createCharDecoder(java.io.InputStream is, java.lang.String enc)Creates the CharDecoder mapped with the given encoding name.CharDecoderStreamNormalizingReader.ISO_8859_1DecoderFactory. createCharDecoder(java.io.InputStream is)CharDecoderStreamNormalizingReader.UTF16DecoderFactory. createCharDecoder(java.io.InputStream is)CharDecoderStreamNormalizingReader.UTF8DecoderFactory. createCharDecoder(java.io.InputStream is)
-