Class cryptix.util.ByteArrayFactory
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.util.ByteArrayFactory
java.lang.Object
|
+----cryptix.util.ByteArrayFactory
- public final class ByteArrayFactory
- extends Object
static class that reads and write message byte arrays.
-
fromHexString(String)
-
-
load(byte[])
-
-
load(byte[], int)
-
-
read(DataInput)
-
-
save(byte[])
-
-
toHexdumpString(byte[])
-
-
toHexdumpString(byte[], int, int)
-
-
toHexString(byte[])
-
-
toHexString(byte[], int, int)
-
-
write(DataOutput, byte[])
-
-
write(DataOutput, ByteArray)
-
load
public final static byte[] load(byte buf[]) throws IOException
load
public final static byte[] load(byte buf[],
int offset) throws IOException
save
public final static byte[] save(byte data[]) throws IOException
read
public final static byte[] read(DataInput in) throws IOException
write
public final static void write(DataOutput out,
ByteArray data) throws IOException
write
public final static void write(DataOutput out,
byte data[]) throws IOException
toHexString
public final static String toHexString(byte buf[])
toHexString
public static String toHexString(byte buf[],
int ptr,
int len)
toHexdumpString
public final static String toHexdumpString(byte buf[])
toHexdumpString
public static String toHexdumpString(byte buf[],
int ptr,
int len)
fromHexString
public final static byte[] fromHexString(String str)
All Packages Class Hierarchy This Package Previous Next Index