|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.util.ArrayUtil
Utility classes for dealing with arrays.
Constructor Summary | |
ArrayUtil()
|
Method Summary | |
static void |
arraycopy(byte[] src,
int src_position,
byte[] dst,
int dst_position,
int length)
This is really a debugging version of System.arraycopy() . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ArrayUtil()
Method Detail |
public static void arraycopy(byte[] src, int src_position, byte[] dst, int dst_position, int length)
System.arraycopy()
.
Use it to provide better exception messages when copying arrays around.
For production use it's better to use the original for speed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |