|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netxms.base.CompatTools
public class CompatTools
Compatibility tools, mostly for Android platform
Constructor Summary | |
---|---|
CompatTools()
|
Method Summary | |
---|---|
static byte[] |
arrayCopy(byte[] source,
int newLength)
Create copy of byte array |
static long[] |
arrayCopy(long[] source,
int newLength)
Create copy of long array |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompatTools()
Method Detail |
---|
public static byte[] arrayCopy(byte[] source, int newLength)
source
- newLength
-
public static long[] arrayCopy(long[] source, int newLength)
source
- newLength
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |