|
TrueZIP 6.8.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.schlichtherle.util.Arrays
public class Arrays
| Constructor Summary | |
|---|---|
protected |
Arrays()
|
| Method Summary | |
|---|---|
static boolean |
equals(byte[] b1,
int b1off,
byte[] b2,
int b2off,
int max)
Compares max bytes at the specified offsets of the given
arrays. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Arrays()
| Method Detail |
|---|
public static boolean equals(byte[] b1,
int b1off,
byte[] b2,
int b2off,
int max)
max bytes at the specified offsets of the given
arrays.
If the remaining bytes at the given offset of any array is smaller than
max bytes, it must match the number of remaining bytes at the
given offset in the other array.
|
TrueZIP 6.8.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||