2002-10-20 |
v1.1 |
- Tidied up library code, and made (kind of!) compliant to:
Code Conventions
for Java
- Works with Sun JDK 1.4.1
- Tidied up demo program
- Changed name of method:
Netbyte.byteToHexString(byte[] buffer, int length, int offset)
to
NetByte.bytesToString(byte[] buffer, int length, int offset)
|