Class Int8Array

    • Constructor Summary

      Constructors 
      Constructor Description
      Int8Array()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract int byteArrayLength()  
      abstract byte getByte​(int aIndex)  
      abstract void setByte​(int aIndex, byte aValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Int8Array

        public Int8Array()
    • Method Detail

      • getByte

        public abstract byte getByte​(int aIndex)
      • setByte

        public abstract void setByte​(int aIndex,
                                     byte aValue)
      • byteArrayLength

        public abstract int byteArrayLength()