public class Bytes
extends java.lang.Object
Constructor and Description |
---|
Bytes() |
Modifier and Type | Method and Description |
---|---|
static void |
xor(int len,
byte[] x,
byte[] y,
byte[] z) |
static void |
xor(int len,
byte[] x,
int xOff,
byte[] y,
int yOff,
byte[] z,
int zOff) |
static void |
xorTo(int len,
byte[] x,
byte[] z) |
static void |
xorTo(int len,
byte[] x,
int xOff,
byte[] z,
int zOff) |
public static final int BYTES
public static final int SIZE
public static void xor(int len, byte[] x, byte[] y, byte[] z)
public static void xor(int len, byte[] x, int xOff, byte[] y, int yOff, byte[] z, int zOff)
public static void xorTo(int len, byte[] x, byte[] z)
public static void xorTo(int len, byte[] x, int xOff, byte[] z, int zOff)