Revision history for netbyte

Date Version Information
2002-10-20 v1.1
  1. Tidied up library code, and made (kind of!) compliant to:
    Code Conventions for Java
  2. Works with Sun JDK 1.4.1
  3. Tidied up demo program
  4. Changed name of method:
    Netbyte.byteToHexString(byte[] buffer, int length, int offset)
    to
    NetByte.bytesToString(byte[] buffer, int length, int offset)
2001-12-02 v1.0 Initial version.