|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.util.array.ByteArray
ByteArray.
Field Summary | |
byte[] |
bytes
|
int |
length
|
int |
offset
|
Constructor Summary | |
ByteArray()
|
|
ByteArray(byte[] bytes)
|
|
ByteArray(byte[] bytes,
int offset,
int length)
|
Method Summary | |
byte[] |
getBytes()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public byte[] bytes
public int offset
public int length
Constructor Detail |
public ByteArray()
public ByteArray(byte[] bytes)
bytes
- public ByteArray(byte[] bytes, int offset, int length)
bytes
- offset
- length
- Method Detail |
public byte[] getBytes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |