| Name | Description | Type | Package | Framework |
| AbstractCharDecoder | This class is the superclass of all the char decoders. | Class | org.apache.batik.util.io | Apache FOP Batik |
| ASCIIDecoder | This class represents an object which decodes ASCII characters fromFields inherited from class org. | Class | org.apache.batik.util.io | Apache FOP Batik |
| CharDecoder | Interface | org.apache.batik.util.io | Apache FOP Batik | |
| GenericDecoder | This class delegates to a reader the decoding of an input stream. | Class | org.apache.batik.util.io | Apache FOP Batik |
| ISO_8859_1Decoder | This class represents an object which decodes ISO-8859-1 characters fromFields inherited from class org. | Class | org.apache.batik.util.io | Apache FOP Batik |
| Messages | This class manages the message for the IO utilities classes. | Class | org.apache.batik.util.io | Apache FOP Batik |
| NormalizingReader | This class represents a reader which normalizes the line break: \n, \r, \r\n are replaced by \n. | Class | org.apache.batik.util.io | Apache FOP Batik |
| StreamNormalizingReader | Class | org.apache.batik.util.io | Apache FOP Batik | |
| StreamNormalizingReader .ASCIIDecoderFactory | To create an ASCIIDecoder. | Class | org.apache.batik.util.io.StreamNormalizingReader | Apache FOP Batik |
| StreamNormalizingReader .CharDecoderFactory | Represents a CharDecoder factory. | Interface | org.apache.batik.util.io.StreamNormalizingReader | Apache FOP Batik |
| StreamNormalizingReader .ISO_8859_1DecoderFactory | To create an ISO_8859_1Decoder. | Class | org.apache.batik.util.io.StreamNormalizingReader | Apache FOP Batik |
| StreamNormalizingReader .UTF16DecoderFactory | To create a UTF16Decoder. | Class | org.apache.batik.util.io.StreamNormalizingReader | Apache FOP Batik |
| StreamNormalizingReader .UTF8DecoderFactory | To create a UTF8Decoder. | Class | org.apache.batik.util.io.StreamNormalizingReader | Apache FOP Batik |
| StringDecoder | This class reads a string. | Class | org.apache.batik.util.io | Apache FOP Batik |
| StringNormalizingReader | This class represents a NormalizingReader which handles Strings. | Class | org.apache.batik.util.io | Apache FOP Batik |
| UTF16Decoder | Class | org.apache.batik.util.io | Apache FOP Batik | |
| UTF8Decoder | Class | org.apache.batik.util.io | Apache FOP Batik | |