All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.util.ByteArrayFactory
Copyright © 1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.3 $
public static byte[] load(byte buf[]) throws IOException
public static byte[] load(byte buf[],
int offset) throws IOException
public static byte[] save(byte data[]) throws IOException
public static byte[] read(DataInput in) throws IOException
public static void write(DataOutput out,
ByteArray data) throws IOException
public static void write(DataOutput out,
byte data[]) throws IOException
public static String toHexString(byte buf[])
cryptix.util.core.Hex.toString(buf) instead.
public static String toHexString(byte buf[],
int offset,
int length)
cryptix.util.core.Hex.toString(buf, offset, length) instead.
public static String toHexdumpString(byte buf[])
cryptix.util.core.Hex.dumpString(buf) instead.
public static String toHexdumpString(byte buf[],
int offset,
int length)
cryptix.util.core.Hex.dumpString(buf, offset, length) instead.
public static byte[] fromHexString(String str)
cryptix.util.core.Hex.fromString(str) instead.
All Packages Class Hierarchy This Package Previous Next Index