ggregory    2004/03/30 14:33:56

  Modified:    codec/xdocs index.xml
  Log:
  Renamed Binary to BinaryCodec.
  
  Revision  Changes    Path
  1.16      +9 -10     jakarta-commons/codec/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- index.xml 29 Mar 2004 23:04:41 -0000      1.15
  +++ index.xml 30 Mar 2004 22:33:56 -0000      1.16
  @@ -97,16 +97,6 @@
         </td>
        </tr>
        <tr>
  -      <td width="150">
  -       <a href="apidocs/org/apache/commons/codec/binary/BinaryCodec.html">
  -             BinaryCodec</a>
  -      </td>
  -      <td>
  -       Binary translates between byte arrays and strings of binary digits 
  -       "1" and "0".
  -      </td>
  -     </tr>
  -     <tr>
         <td>
          <a href="apidocs/org/apache/commons/codec/binary/Hex.html">
                Hex</a>
  @@ -114,6 +104,15 @@
         <td>
          Converts an array of bytes into an array of characters representing the
          hexadecimal values of each byte in order
  +      </td>
  +     </tr>
  +     <tr>
  +      <td width="150">
  +       <a href="apidocs/org/apache/commons/codec/binary/BinaryCodec.html">
  +             BinaryCodec</a>
  +      </td>
  +      <td>
  +       Translates between byte arrays and strings of "0"s and "1"s.
         </td>
        </tr>
       </table>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to