|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 | 2 | <html> |
3 | | -<head> |
4 | | -</head> |
5 | | -<body> |
6 | | -<p>The types in this package define a small set of interfaces used by |
7 | | -the |
8 | | -various implementations in the sub-packages.</p> |
9 | | -<p>Definitive implementations of commonly used encoders and decoders.</p> |
10 | | -<p>Codec is currently comprised of a modest set of utilities and a |
11 | | -simple framework for String encoding and decoding in three categories: |
12 | | -Binary Encoders, Language Encoders, and Network Encoders. </p> |
13 | | -<h4><a name="Common Encoders">Binary Encoders</a> </h4> |
14 | | -<table border="1" width="100%" cellspacing="2" cellpadding="3"> |
15 | | - <tbody> |
16 | | - <tr> |
17 | | - <td> <a href="binary/Base64.html">org.apache.commons.codec.binary.Base64</a> |
18 | | - </td> |
19 | | - <td> Provides Base64 content-transfer-encoding as defined in <a |
20 | | - href="http://www.ietf.org/rfc/rfc2045.txt"> RFC 2045</a> </td> |
21 | | - <td>Production</td> |
22 | | - </tr> |
23 | | - <tr> |
24 | | - <td> <a href="binary/Hex.html">org.apache.commons.codec.binary.Hex</a> |
25 | | - </td> |
26 | | - <td> Converts an array of bytes into an array of characters |
27 | | -representing the hexidecimal values of each byte in order </td> |
28 | | - <td>Production</td> |
29 | | - </tr> |
30 | | - </tbody> |
31 | | -</table> |
32 | | -<h4> <a name="Language Encoders">Language Encoders</a> </h4> |
33 | | -<p> Codec contains a number of commonly used language and phonetic |
34 | | -encoders </p> |
35 | | -<table border="1" width="100%" cellspacing="2" cellpadding="3"> |
36 | | - <tbody> |
37 | | - <tr> |
38 | | - <td> <a |
39 | | - href="file:///C:/cvs-store/apache.org/jakarta/commons/codec/src/java/org/apache/commons/codec/language/Soundex.html">org.apache.commons.codec.language.Soundex</a> |
40 | | - </td> |
41 | | - <td>Implementation of the Soundex algorithm.</td> |
42 | | - <td>Production</td> |
43 | | - </tr> |
44 | | - <tr> |
45 | | - <td> <a |
46 | | - href="file:///C:/cvs-store/apache.org/jakarta/commons/codec/src/java/org/apache/commons/codec/language/Metaphone.html">org.apache.commons.codec.language.Metaphone</a> |
47 | | - </td> |
48 | | - <td>Implementation of the Metaphone algorithm.</td> |
49 | | - <td>Production</td> |
50 | | - </tr> |
51 | | - </tbody> |
52 | | -</table> |
53 | | -<h4><a name="Network_Encoders">Network Encoders</a></h4> |
54 | | -<h4> </h4> |
55 | | -<p> Codec contains network related encoders </p> |
56 | | -<table border="1" width="100%" cellspacing="2" cellpadding="3"> |
57 | | - <tbody> |
58 | | - <tr> |
59 | | - <td> <a |
60 | | - href="file:///C:/cvs-store/apache.org/jakarta/commons/codec/src/java/org/apache/commons/codec/net/URLCodec.html">org.apache.commons.codec.net.URLCodec</a> |
61 | | - </td> |
62 | | - <td>Implements the 'www-form-urlencoded' encoding scheme.</td> |
63 | | - <td>Production</td> |
64 | | - </tr> |
65 | | - </tbody> |
66 | | -</table> |
67 | | -<br> |
68 | | -</body> |
| 3 | + <head> |
| 4 | + </head> |
| 5 | + <body> |
| 6 | + <p>The types in this package define a small set of interfaces used by |
| 7 | + the various implementations in the sub-packages.</p> |
| 8 | + |
| 9 | + <p>Definitive implementations of commonly used encoders and decoders.</p> |
| 10 | + |
| 11 | + <p>Codec is currently comprised of a modest set of utilities and a |
| 12 | + simple framework for String encoding and decoding in three categories: |
| 13 | + Binary Encoders, Language Encoders, and Network Encoders. </p> |
| 14 | + |
| 15 | + <h4><a name="Common Encoders">Binary Encoders</a></h4> |
| 16 | + |
| 17 | + <table border="1" width="100%" cellspacing="2" cellpadding="3"> |
| 18 | + <tbody> |
| 19 | + <tr> |
| 20 | + <td> |
| 21 | + <a href="binary/Base64.html"> |
| 22 | + org.apache.commons.codec.binary.Base64</a> |
| 23 | + </td> |
| 24 | + <td> |
| 25 | + Provides Base64 content-transfer-encoding as defined in |
| 26 | + <a href="http://www.ietf.org/rfc/rfc2045.txt"> RFC 2045</a> |
| 27 | + </td> |
| 28 | + <td>Production</td> |
| 29 | + </tr> |
| 30 | + <tr> |
| 31 | + <td> |
| 32 | + <a href="binary/Hex.html"> |
| 33 | + org.apache.commons.codec.binary.Hex</a> |
| 34 | + </td> |
| 35 | + <td> |
| 36 | + Converts an array of bytes into an array of characters |
| 37 | + representing the hexidecimal values of each byte in order |
| 38 | + </td> |
| 39 | + <td>Production</td> |
| 40 | + </tr> |
| 41 | + </tbody> |
| 42 | + </table> |
| 43 | + <h4> |
| 44 | + <a name="Language Encoders">Language Encoders</a> |
| 45 | + </h4> |
| 46 | + <p> |
| 47 | + Codec contains a number of commonly used language and phonetic |
| 48 | + encoders |
| 49 | + </p> |
| 50 | + <table border="1" width="100%" cellspacing="2" cellpadding="3"> |
| 51 | + <tbody> |
| 52 | + <tr> |
| 53 | + <td> |
| 54 | + <a href="#">org.apache.commons.codec.language.Soundex</a> |
| 55 | + </td> |
| 56 | + <td>Implementation of the Soundex algorithm.</td> |
| 57 | + <td>Production</td> |
| 58 | + </tr> |
| 59 | + <tr> |
| 60 | + <td> |
| 61 | + <a href="#">org.apache.commons.codec.language.Metaphone</a> |
| 62 | + </td> |
| 63 | + <td>Implementation of the Metaphone algorithm.</td> |
| 64 | + <td>Production</td> |
| 65 | + </tr> |
| 66 | + </tbody> |
| 67 | + </table> |
| 68 | + <h4><a name="Network_Encoders">Network Encoders</a></h4> |
| 69 | + <h4> </h4> |
| 70 | + <p> Codec contains network related encoders </p> |
| 71 | + <table border="1" width="100%" cellspacing="2" cellpadding="3"> |
| 72 | + <tbody> |
| 73 | + <tr> |
| 74 | + <td> |
| 75 | + <a href="#">org.apache.commons.codec.net.URLCodec</a> |
| 76 | + </td> |
| 77 | + <td>Implements the 'www-form-urlencoded' encoding scheme.</td> |
| 78 | + <td>Production</td> |
| 79 | + </tr> |
| 80 | + </tbody> |
| 81 | + </table> |
| 82 | + <br> |
| 83 | + </body> |
69 | 84 | </html> |
0 commit comments