Class ByteArray
java.lang.Object
org.robovm.libimobiledevice.binding.ByteArray
public class ByteArray
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
ByteArray
protected ByteArray(long cPtr, boolean cMemoryOwn) -
ByteArray
public ByteArray(int nelements)
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize()- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete() -
setValue
public void setValue(byte value) -
getValue
public byte getValue() -
get
public byte get(int index) -
set
public void set(int index, byte value)
-