Package com.webmethods.rtl.encode

Various Encoder/Decoder utility classes

See:
          Description

Class Summary
AsciiEncoder  
Base64 Provides Base64 encoding and decoding as defined by RFC 2045.
BASE64Encoder  
CharRefEncoder Encodes to and from XML char refs.
Encoder Encoder base class.
HexEncoder Encodes to and from a hex string to a char array (of double-byte chunks).
HTMLEncoder Encodes to and from HTML.
JavaEncoder Encodes to and from Java.
JSEncoder Encodes to and from JavaScript.
RegexpEncoder Encodes to and from Regexp.
ToolTipEncoder Encodes to and from HTML Tool-tips.
URLEncoder Encodes to and from URL-escaping.
XMLEncoder Encodes to and from XML.
 

Package com.webmethods.rtl.encode Description

Various Encoder/Decoder utility classes