public class NibbleArray
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
data
Byte array of data stored in this holder.
|
| Constructor and Description |
|---|
NibbleArray(byte[] p_i1993_1_,
int p_i1993_2_) |
NibbleArray(int p_i1992_1_,
int p_i1992_2_) |
| Modifier and Type | Method and Description |
|---|---|
int |
get(int p_76582_1_,
int p_76582_2_,
int p_76582_3_)
Returns the nibble of data corresponding to the passed in x, y, z. y is at most 6 bits, z is at most 4.
|
void |
set(int p_76581_1_,
int p_76581_2_,
int p_76581_3_,
int p_76581_4_)
Arguments are x, y, z, val.
|
public final byte[] data
public NibbleArray(int p_i1992_1_,
int p_i1992_2_)
public NibbleArray(byte[] p_i1993_1_,
int p_i1993_2_)
public int get(int p_76582_1_,
int p_76582_2_,
int p_76582_3_)
public void set(int p_76581_1_,
int p_76581_2_,
int p_76581_3_,
int p_76581_4_)