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 boolean swigCMemOwn  
  • Constructor Summary

    Constructors
    Modifier Constructor Description
      ByteArray​(int nelements)  
    protected ByteArray​(long cPtr, boolean cMemoryOwn)  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    protected void finalize()  
    byte get​(int index)  
    protected static long getCPtr​(ByteArray obj)  
    byte getValue()  
    void set​(int index, byte value)  
    void setValue​(byte value)  

    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

      protected static long getCPtr​(ByteArray obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class java.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)