Uses of Interface
wt.util.xml.io.CharacterDecoder

Packages that use CharacterDecoder
wt.util.xml.io   
 

Uses of CharacterDecoder in wt.util.xml.io
 

Classes in wt.util.xml.io that implement CharacterDecoder
 class ByteHexDecoder
          Decodes a string of characters back to a byte array.
 class Char3in4Decoder
          Decodes a String or byte Array of printable characters by converting 24bits of 4*6bit characters to 24bits of 3*8bit bytes.