Uses of Class
uk.ac.manchester.tornado.api.types.arrays.Int8Array
Packages that use Int8Array
-
Uses of Int8Array in uk.ac.manchester.tornado.api.types.arrays
Methods in uk.ac.manchester.tornado.api.types.arrays that return Int8ArrayModifier and TypeMethodDescriptionstatic Int8Arraystatic Int8ArrayInt8Array.fromArray(byte[] values) Creates a new instance of theInt8Arrayclass from an on-heap byte.static Int8ArrayInt8Array.fromElements(byte... values) Creates a new instance of theInt8Arrayclass from a set of byte values.static Int8ArrayInt8Array.fromSegment(MemorySegmentPREVIEW segment) static Int8ArrayInt8Array.fromSegmentShallow(MemorySegmentPREVIEW segment) Creates a new instance of theInt8Arrayclass by wrapping an existingMemorySegmentPREVIEW without copying its contents.Int8Array.slice(int offset, int length) Methods in uk.ac.manchester.tornado.api.types.arrays with parameters of type Int8ArrayModifier and TypeMethodDescriptionstatic Int8Arraystatic voidInt8Array.initialize(Int8Array array, byte value) Factory method to initialize aInt8Array.Constructors in uk.ac.manchester.tornado.api.types.arrays with parameters of type Int8Array -
Uses of Int8Array in uk.ac.manchester.tornado.api.utils
Methods in uk.ac.manchester.tornado.api.utils with parameters of type Int8Array