org.netxms.base
Class CompatTools

java.lang.Object
  extended by org.netxms.base.CompatTools

public class CompatTools
extends java.lang.Object

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

CompatTools

public CompatTools()
Method Detail

arrayCopy

public static byte[] arrayCopy(byte[] source,
                               int newLength)
Create copy of byte array

Parameters:
source -
newLength -
Returns:

arrayCopy

public static long[] arrayCopy(long[] source,
                               int newLength)
Create copy of long array

Parameters:
source -
newLength -
Returns:


Copyright © 2013. All Rights Reserved.