11< html >
2- < body >
3- Attempts to provide definitive implementations of commonly used encoders and decoders.
4- < p > Codec is currently comprised of a modest set of utilities and a simple
5- framework for String encoding and decoding in two main categories: Common
6- Encoders and Language Encoders.</ p >
7- < h4 >
8- < a name ="Common Encoders "> Common Encoders</ a >
9- </ h4 >
10- < table border ="1 " width ="100% " cellspacing ="2 " cellpadding ="3 ">
11- < tr >
12- < td >
13- < a href ="binary/Base64.html ">
14- org.apache.commons.codec.binary.Base64</ a >
15- </ td >
16- < td >
17- Provides Base64 content-transfer-encoding as defined in
18- < a href ="http://www.ietf.org/rfc/rfc1521.txt ">
19- RFC 1521</ a >
20- </ td >
21- < td > Production</ td >
22- </ tr >
23- < tr >
24- < td >
25- < a href ="binary/Hex.html ">
26- org.apache.commons.codec.binary.Hex</ a >
27- </ td >
28- < td >
29- Converts an array of bytes into an array of characters representing the
30- hexidecimal values of each byte in order
31- </ td >
32- < td > Production</ td >
33- </ tr >
34- </ table >
35- < h4 >
36- < a name ="Language Encoders "> Language Encoders</ a >
37- </ h4 >
38- < p > Codec contains a number of commonly used language and phonetic encoders</ p >
39- < table border ="1 " width ="100% " cellspacing ="2 " cellpadding ="3 ">
40- < tr >
41- < td >
42- < a href ="language/Soundex.html ">
43- org.apache.commons.codec.language.Soundex</ a >
44- </ td >
45- < td > Implementation of the Soundex algorithm.</ td >
46- < td > Production</ td >
47- </ tr >
48- < tr >
49- < td >
50- < a href ="language/Metaphone.html ">
51- org.apache.commons.codec.language.Metaphone</ a >
52- </ td >
53- < td > Implementation of the Metaphone algorithm.</ td >
54- < td > Production</ td >
55- </ tr >
56- </ table >
57- </ body >
58- </ html >
2+ < body >
3+ Definitive implementations of commonly used encoders
4+ and decoders.
5+ < p >
6+ Codec is currently comprised of a modest set of utilities and a
7+ simple framework for String encoding and decoding in two main
8+ categories: Common Encoders and Language Encoders.
9+ </ p >
10+ < h4 >
11+ < a name ="Common Encoders "> Common Encoders</ a >
12+ </ h4 >
13+ < table border ="1 " width ="100% " cellspacing ="2 " cellpadding ="3 ">
14+ < tr >
15+ < td >
16+ < a href ="binary/Base64.html ">
17+ org.apache.commons.codec.binary.Base64</ a >
18+ </ td >
19+ < td >
20+ Provides Base64 content-transfer-encoding as defined in
21+ < a href ="http://www.ietf.org/rfc/rfc2045.txt ">
22+ RFC 2045</ a >
23+ </ td >
24+ < td > Production</ td >
25+ </ tr >
26+ < tr >
27+ < td >
28+ < a href ="binary/Hex.html ">
29+ org.apache.commons.codec.binary.Hex</ a >
30+ </ td >
31+ < td >
32+ Converts an array of bytes into an array of characters representing the
33+ hexidecimal values of each byte in order
34+ </ td >
35+ < td > Production</ td >
36+ </ tr >
37+ </ table >
38+ < h4 >
39+ < a name ="Language Encoders "> Language Encoders</ a >
40+ </ h4 >
41+ < p >
42+ Codec contains a number of commonly used language and phonetic encoders
43+ </ p >
44+ < table border ="1 " width ="100% " cellspacing ="2 " cellpadding ="3 ">
45+ < tr >
46+ < td >
47+ < a href ="language/Soundex.html ">
48+ org.apache.commons.codec.language.Soundex</ a >
49+ </ td >
50+ < td > Implementation of the Soundex algorithm.</ td >
51+ < td > Production</ td >
52+ </ tr >
53+ < tr >
54+ < td >
55+ < a href ="language/Metaphone.html ">
56+ org.apache.commons.codec.language.Metaphone</ a >
57+ </ td >
58+ < td > Implementation of the Metaphone algorithm.</ td >
59+ < td > Production</ td >
60+ </ tr >
61+ </ table >
62+ </ body >
63+ </ html >
0 commit comments