crystalspace.jbind.impl
Class csNativeIntArray
java.lang.Object
crystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csNativeIntArray
- All Implemented Interfaces:
- iPointer
- public class csNativeIntArray
- extends csNativeObject
- Author:
- Quentin Anciaux
Methods inherited from class crystalspace.jbind.impl.csNativeObject |
changePointer, equals, finalize, getPointer, getPointer, getPointerArray, hashCode, isMemoryOwner, isNativePointerValid, newNativeObject, setMemoryOwner, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
csNativeIntArray
public csNativeIntArray(iPointer nPointer,
int length)
- Parameters:
nPointer
-
csNativeIntArray
public csNativeIntArray(int length)
csNativeIntArray
public csNativeIntArray(int[] array)
nDelete
protected void nDelete(long pointer)
- Specified by:
nDelete
in class csNativeObject
- See Also:
csNativeObject.nDelete(long)
isNativePointerValidSafe
protected boolean isNativePointerValidSafe(long pointer)
- Specified by:
isNativePointerValidSafe
in class csNativeObject
- See Also:
csNativeObject.isNativePointerValidSafe(long)
item
public int item(int idx)
item
public void item(int idx,
int i)
getArray
public int[] getArray()
getLength
public int getLength()