Class cryptix.util.ByteArray
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.util.ByteArray
java.lang.Object
|
+----cryptix.util.ByteArray
- public class ByteArray
- extends Object
A class that represents a byte array
-
data
-
-
ByteArray(byte[])
-
-
ByteArray(byte[], boolean)
-
-
equals(Object)
-
-
hashCode()
-
-
length()
-
-
theSame(byte[], byte[])
-
-
toByteArray()
-
-
toString()
-
data
protected byte data[]
ByteArray
public ByteArray(byte buf[],
boolean copy)
ByteArray
public ByteArray(byte buf[])
length
public int length()
hashCode
public int hashCode()
- Overrides:
- hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
- equals in class Object
toString
public String toString()
- Overrides:
- toString in class Object
toByteArray
public byte[] toByteArray()
theSame
public static boolean theSame(byte data1[],
byte data2[])
All Packages Class Hierarchy This Package Previous Next Index