You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2003/08/18 03:49:50 UTC

cvs commit: jakarta-commons/codec/src/java/org/apache/commons/codec package.html

ggregory    2003/08/17 18:49:50

  Modified:    codec/src/java/org/apache/commons/codec package.html
  Log:
  Javadoc clean up. Forgot to commit this in my last batch.
  
  Revision  Changes    Path
  1.3       +67 -61    jakarta-commons/codec/src/java/org/apache/commons/codec/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/package.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- package.html	29 May 2003 21:14:58 -0000	1.2
  +++ package.html	18 Aug 2003 01:49:49 -0000	1.3
  @@ -1,63 +1,69 @@
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   <html>
  - <body>
  -  Definitive implementations of commonly used encoders 
  -  and decoders.
  -  <p>
  -   Codec is currently comprised of a modest set of utilities and a
  -   simple framework for String encoding and decoding in two main
  -   categories: Common Encoders and Language Encoders. 
  -  </p>
  -  <h4>
  -   <a name="Common Encoders">Common Encoders</a>
  -  </h4>
  -  <table border="1" width="100%" cellspacing="2" cellpadding="3">
  -   <tr>
  -    <td>
  -     <a href="binary/Base64.html">
  -      org.apache.commons.codec.binary.Base64</a>
  -    </td>
  -    <td>
  -     Provides Base64 content-transfer-encoding as defined in 
  -     <a href="http://www.ietf.org/rfc/rfc2045.txt">
  -       	RFC 2045</a>
  -    </td>
  -    <td>Production</td>
  -   </tr>
  -   <tr>
  -    <td>
  -     <a href="binary/Hex.html">
  -      org.apache.commons.codec.binary.Hex</a>
  -    </td>
  -    <td>
  -	 Converts an array of bytes into an array of characters representing the
  -     hexidecimal values of each byte in order
  -    </td>
  -    <td>Production</td>
  -   </tr>
  -  </table>
  -  <h4>
  -   <a name="Language Encoders">Language Encoders</a>
  -  </h4>
  -  <p>
  -   Codec contains a number of commonly used language and phonetic encoders
  -  </p>
  -  <table border="1" width="100%" cellspacing="2" cellpadding="3">
  -   <tr>
  -    <td>
  -     <a href="language/Soundex.html">
  -      org.apache.commons.codec.language.Soundex</a>
  -    </td>
  -    <td>Implementation of the Soundex algorithm.</td>
  -    <td>Production</td>
  -   </tr>
  -   <tr>
  -    <td>
  -     <a href="language/Metaphone.html">
  -      org.apache.commons.codec.language.Metaphone</a>
  -    </td>
  -    <td>Implementation of the Metaphone algorithm.</td>
  -    <td>Production</td>
  -   </tr>
  -  </table>
  - </body>
  +<head>
  +</head>
  +<body>
  +<p>The types in this package define a small set of interfaces used by
  +the
  +various implementations in the sub-packages.</p>
  +<p>Definitive implementations of commonly used encoders and decoders.</p>
  +<p>Codec is currently comprised of a modest set of utilities and a
  +simple framework for String encoding and decoding in three categories:
  +Binary Encoders, Language Encoders, and Network Encoders. </p>
  +<h4><a name="Common Encoders">Binary Encoders</a> </h4>
  +<table border="1" width="100%" cellspacing="2" cellpadding="3">
  +  <tbody>
  +    <tr>
  +      <td> <a href="binary/Base64.html">org.apache.commons.codec.binary.Base64</a>
  +      </td>
  +      <td> Provides Base64 content-transfer-encoding as defined in <a
  + href="http://www.ietf.org/rfc/rfc2045.txt"> RFC 2045</a> </td>
  +      <td>Production</td>
  +    </tr>
  +    <tr>
  +      <td> <a href="binary/Hex.html">org.apache.commons.codec.binary.Hex</a>
  +      </td>
  +      <td> Converts an array of bytes into an array of characters
  +representing the hexidecimal values of each byte in order </td>
  +      <td>Production</td>
  +    </tr>
  +  </tbody>
  +</table>
  +<h4> <a name="Language Encoders">Language Encoders</a> </h4>
  +<p> Codec contains a number of commonly used language and phonetic
  +encoders </p>
  +<table border="1" width="100%" cellspacing="2" cellpadding="3">
  +  <tbody>
  +    <tr>
  +      <td> <a
  + 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>
  +      </td>
  +      <td>Implementation of the Soundex algorithm.</td>
  +      <td>Production</td>
  +    </tr>
  +    <tr>
  +      <td> <a
  + 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>
  +      </td>
  +      <td>Implementation of the Metaphone algorithm.</td>
  +      <td>Production</td>
  +    </tr>
  +  </tbody>
  +</table>
  +<h4><a name="Network_Encoders">Network Encoders</a></h4>
  +<h4> </h4>
  +<p> Codec contains network related encoders </p>
  +<table border="1" width="100%" cellspacing="2" cellpadding="3">
  +  <tbody>
  +    <tr>
  +      <td> <a
  + 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>
  +      </td>
  +      <td>Implements the 'www-form-urlencoded' encoding scheme.</td>
  +      <td>Production</td>
  +    </tr>
  +  </tbody>
  +</table>
  +<br>
  +</body>
   </html>