|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
CharacterDecoder | Interface for character decoders which can decode a string back to a byte array. |
CharacterEncoder | Interface for character encoders which can encode a byte array as a string. |
DOMTreeStreamCallback | Interface for callbacks which may be given to a DOMTreeEncoder
or DOMTreeDecoder in order to provide a way to handle data
not reached via the readExternal or writeExternal
call stack. |
Class Summary | |
ByteHexDecoder | Decodes a string of characters back to a byte array. |
ByteHexEncoder | encodes a byte array as hex characters. |
Char3in4Decoder | Decodes a String or byte Array of printable characters by converting 24bits of 4*6bit characters to 24bits of 3*8bit bytes. |
Char3in4Encoder | Encodes a byte array as printable characters by converting 24bits of 3*8bit characters to 24bits of 4*6bit printable characters. |
CharacterEncodingMapper | Maps between Java's character encodings and MIME's character encodings. |
DOMDocumentWriter | A class for writing DOM documents to writers as XML text. |
Exception Summary | |
CharacterEncodingNotFoundException | Thrown when mapping between character encodings (e.g. |
XMLIOException |
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |