|
25 | 25 | the sub-packages. |
26 | 26 | </p> |
27 | 27 | <table> |
| 28 | + <tr> |
| 29 | + <td width="150"> |
| 30 | + <a href="apidocs/org/apache/commons/codec/binary/Base32.html">Base32 |
| 31 | + </a> |
| 32 | + </td> |
| 33 | + <td> |
| 34 | + Provides Base32 encoding and decoding as defined by |
| 35 | + <a href="http://www.ietf.org/rfc/rfc4648.txt">RFC 4648</a> |
| 36 | + </td> |
| 37 | + </tr> |
| 38 | + <tr> |
| 39 | + <td width="150"> |
| 40 | + <a |
| 41 | + href="apidocs/org/apache/commons/codec/binary/Base32InputStream.html">Base32InputStream |
| 42 | + </a> |
| 43 | + </td> |
| 44 | + <td>Provides Base32 encoding and decoding in a streaming |
| 45 | + fashion (unlimited size). |
| 46 | + </td> |
| 47 | + </tr> |
28 | 48 | <tr> |
29 | 49 | <td width="150"> |
30 | 50 | <a href="apidocs/org/apache/commons/codec/binary/Base64.html"> Base64 |
|
33 | 53 | <td> |
34 | 54 | Provides Base64 encoding and decoding as defined by |
35 | 55 | <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a> |
36 | | - . This encoder can optionally create 76 character chunked |
37 | | - output for strict adherence to RFC 2045. |
38 | 56 | </td> |
39 | 57 | </tr> |
40 | 58 | <tr> |
41 | | - <td> |
42 | | - <a href="apidocs/org/apache/commons/codec/binary/Hex.html"> Hex |
| 59 | + <td width="150"> |
| 60 | + <a |
| 61 | + href="apidocs/org/apache/commons/codec/binary/Base64InputStream.html">Base64InputStream |
43 | 62 | </a> |
44 | 63 | </td> |
45 | | - <td> Converts an array of bytes into an array of characters |
46 | | - representing the hexadecimal values of each byte in order |
| 64 | + <td>Provides Base64 encoding and decoding in a streaming |
| 65 | + fashion (unlimited size). |
47 | 66 | </td> |
48 | 67 | </tr> |
49 | 68 | <tr> |
|
52 | 71 | href="apidocs/org/apache/commons/codec/binary/BinaryCodec.html"> BinaryCodec |
53 | 72 | </a> |
54 | 73 | </td> |
55 | | - <td> Translates between byte arrays and strings of "0"s and |
| 74 | + <td>Converts between byte arrays and strings of "0"s and |
56 | 75 | "1"s. |
57 | 76 | </td> |
58 | 77 | </tr> |
| 78 | + <tr> |
| 79 | + <td> |
| 80 | + <a href="apidocs/org/apache/commons/codec/binary/Hex.html"> Hex |
| 81 | + </a> |
| 82 | + </td> |
| 83 | + <td>Converts hexadecimal Strings. |
| 84 | + </td> |
| 85 | + </tr> |
| 86 | + </table> |
| 87 | + </subsection> |
| 88 | + <subsection name="Digest Encoders"> |
| 89 | + <table> |
| 90 | + <tr> |
| 91 | + <td width="150"> |
| 92 | + <a |
| 93 | + href="apidocs/org/apache/commons/codec/digest/DigestUtils.html">DigestUtils |
| 94 | + </a> |
| 95 | + </td> |
| 96 | + <td> |
| 97 | + Simplifies common |
| 98 | + <a |
| 99 | + href="http://download.oracle.com/javase/1.4.2/docs/api/java/security/MessageDigest.html">MessageDigest</a> |
| 100 | + tasks. |
| 101 | + </td> |
| 102 | + </tr> |
59 | 103 | </table> |
60 | 104 | </subsection> |
61 | 105 | <subsection name="Language Encoders"> |
62 | 106 | <table> |
63 | 107 | <tr> |
64 | 108 | <td width="150"> |
65 | 109 | <a |
66 | | - href="apidocs/org/apache/commons/codec/language/Soundex.html"> Soundex |
| 110 | + href="apidocs/org/apache/commons/codec/language/Caverphone1.html">Caverphone 1.0 |
67 | 111 | </a> |
68 | 112 | </td> |
69 | | - <td> Implementation of the Soundex algorithm. |
| 113 | + <td>Encodes a string into a Caverphone 1.0 value. |
70 | 114 | </td> |
71 | 115 | </tr> |
72 | 116 | <tr> |
73 | | - <td> |
| 117 | + <td width="150"> |
74 | 118 | <a |
75 | | - href="apidocs/org/apache/commons/codec/language/Metaphone.html"> Metaphone |
| 119 | + href="apidocs/org/apache/commons/codec/language/Caverphone2.html">Caverphone 2.0 |
76 | 120 | </a> |
77 | 121 | </td> |
78 | | - <td> Implementation of the Metaphone algorithm. |
| 122 | + <td>Encodes a string into a Caverphone 2.0 value. |
79 | 123 | </td> |
80 | 124 | </tr> |
81 | 125 | <tr> |
82 | | - <td> |
| 126 | + <td width="150"> |
83 | 127 | <a |
84 | | - href="apidocs/org/apache/commons/codec/language/RefinedSoundex.html"> Refined Soundex |
| 128 | + href="apidocs/org/apache/commons/codec/language/ColognePhonetic.html">Cologne Phonetic |
85 | 129 | </a> |
86 | 130 | </td> |
87 | | - <td> Alternative implementation of the Soundex algorithm. |
| 131 | + <td>Encodes a string into a Cologne Phonetic value. |
88 | 132 | </td> |
89 | 133 | </tr> |
90 | 134 | <tr> |
91 | 135 | <td> |
92 | 136 | <a |
93 | | - href="apidocs/org/apache/commons/codec/language/DoubleMetaphone.html"> Double Metaphone |
| 137 | + href="apidocs/org/apache/commons/codec/language/DoubleMetaphone.html">Double Metaphone |
94 | 138 | </a> |
95 | 139 | </td> |
96 | | - <td> Alternative implementation of the Metaphone algorithm. |
| 140 | + <td>Encodes a string into a double metaphone value. |
97 | 141 | </td> |
98 | 142 | </tr> |
99 | | - </table> |
100 | | - </subsection> |
101 | | - <subsection name="Digest Encoders"> |
102 | | - <table> |
103 | 143 | <tr> |
104 | | - <td width="150"> |
| 144 | + <td> |
105 | 145 | <a |
106 | | - href="apidocs/org/apache/commons/codec/digest/DigestUtils.html"> DigestUtils |
| 146 | + href="apidocs/org/apache/commons/codec/language/Metaphone.html">Metaphone |
107 | 147 | </a> |
108 | 148 | </td> |
109 | | - <td> Provides simple static methods for creating a SHA or |
110 | | - MD5 digest. |
| 149 | + <td>Encodes a string into a Metaphone value. |
111 | 150 | </td> |
112 | 151 | </tr> |
113 | | - </table> |
114 | | - </subsection> |
115 | | - <subsection name="Network Encoders"> |
116 | | - <table> |
117 | 152 | <tr> |
118 | | - <td width="150"> |
119 | | - <a href="apidocs/org/apache/commons/codec/net/URLCodec.html"> URLCodec |
| 153 | + <td> |
| 154 | + <a |
| 155 | + href="apidocs/org/apache/commons/codec/language/RefinedSoundex.html">Refined Soundex |
120 | 156 | </a> |
121 | 157 | </td> |
122 | | - <td> |
123 | | - Implements the |
124 | | - <code>www-form-urlencoded</code> |
125 | | - encoding scheme, also misleadingly known as URL encoding. |
| 158 | + <td>Encodes a string into a Refined Soundex value. |
126 | 159 | </td> |
127 | 160 | </tr> |
128 | 161 | <tr> |
129 | 162 | <td width="150"> |
130 | 163 | <a |
131 | | - href="apidocs/org/apache/commons/codec/net/QuotedPrintableCodec.html"> QuotedPrintableCodec |
| 164 | + href="apidocs/org/apache/commons/codec/language/Soundex.html">Soundex |
132 | 165 | </a> |
133 | 166 | </td> |
134 | | - <td> Codec for RFC 1521 MIME (Multipurpose Internet Mail |
135 | | - Extensions) Part One. Rules #3, #4, and #5 of the |
136 | | - quoted-printable spec are not implemented yet |
| 167 | + <td>Encodes a string into a Soundex value. |
137 | 168 | </td> |
138 | 169 | </tr> |
| 170 | + </table> |
| 171 | + </subsection> |
| 172 | + <subsection name="Network Encoders"> |
| 173 | + <table> |
139 | 174 | <tr> |
140 | 175 | <td width="150"> |
141 | 176 | <a href="apidocs/org/apache/commons/codec/net/BCodec.html"> BCodec |
|
161 | 196 | decoding. |
162 | 197 | </td> |
163 | 198 | </tr> |
| 199 | + <tr> |
| 200 | + <td width="150"> |
| 201 | + <a |
| 202 | + href="apidocs/org/apache/commons/codec/net/QuotedPrintableCodec.html"> QuotedPrintableCodec |
| 203 | + </a> |
| 204 | + </td> |
| 205 | + <td> |
| 206 | + Codec for the Quoted-Printable section of |
| 207 | + <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> |
| 208 | + . |
| 209 | + </td> |
| 210 | + </tr> |
| 211 | + <tr> |
| 212 | + <td width="150"> |
| 213 | + <a href="apidocs/org/apache/commons/codec/net/URLCodec.html"> URLCodec |
| 214 | + </a> |
| 215 | + </td> |
| 216 | + <td> |
| 217 | + Implements the |
| 218 | + <code>www-form-urlencoded</code> |
| 219 | + encoding scheme, also misleadingly known as URL encoding. |
| 220 | + </td> |
| 221 | + </tr> |
164 | 222 | </table> |
165 | 223 | </subsection> |
166 | 224 | </section> |
|
0 commit comments