Class NativeInt8Array

    • Constructor Detail

      • NativeInt8Array

        public NativeInt8Array()
      • NativeInt8Array

        public NativeInt8Array​(NativeArrayBuffer ab,
                               int off,
                               int len)
      • NativeInt8Array

        public NativeInt8Array​(int len)
    • Method Detail

      • getBytesPerElement

        public int getBytesPerElement()
        Description copied from class: NativeTypedArrayView
        Return the number of bytes represented by each element in the array. This can be useful when wishing to manipulate the byte array directly from Java.
        Specified by:
        getBytesPerElement in class NativeTypedArrayView<Byte>
      • get

        public Byte get​(int i)
      • set

        public Byte set​(int i,
                        Byte aByte)