Uses of Class
uk.ac.manchester.tornado.api.types.arrays.ByteArray
Packages that use ByteArray
Package
Description
-
Uses of ByteArray in uk.ac.manchester.tornado.api.types.arrays
Methods in uk.ac.manchester.tornado.api.types.arrays that return ByteArrayModifier and TypeMethodDescriptionstatic ByteArraystatic ByteArrayByteArray.fromArray(byte[] values) Creates a new instance of theByteArrayclass from an on-heap byte array.static ByteArrayByteArray.fromByteBuffer(ByteBuffer buffer) Creates a new instance of theByteArrayclass from aByteBuffer.static ByteArrayByteArray.fromElements(byte... values) Creates a new instance of theByteArrayclass from a set of byte values.static ByteArrayByteArray.fromSegment(MemorySegmentPREVIEW segment) static ByteArrayByteArray.fromSegmentShallow(MemorySegmentPREVIEW segment) Creates a new instance of theByteArrayclass by wrapping an existingMemorySegmentPREVIEW without copying its contents.ByteArray.slice(int offset, int length) Methods in uk.ac.manchester.tornado.api.types.arrays with parameters of type ByteArrayModifier and TypeMethodDescriptionstatic ByteArraystatic voidByteArray.initialize(ByteArray array, byte value) Factory method to initialize aByteArray.Constructors in uk.ac.manchester.tornado.api.types.arrays with parameters of type ByteArray -
Uses of ByteArray in uk.ac.manchester.tornado.api.types.images
Methods in uk.ac.manchester.tornado.api.types.images that return ByteArrayConstructors in uk.ac.manchester.tornado.api.types.images with parameters of type ByteArrayModifierConstructorDescriptionImageByte3(int width, int height, ByteArray array) Storage format for matrix.ImageByte4(int width, int height, ByteArray array) Storage format for matrix. -
Uses of ByteArray in uk.ac.manchester.tornado.api.types.utils
Methods in uk.ac.manchester.tornado.api.types.utils that return ByteArrayModifier and TypeMethodDescriptionstatic ByteArrayStorageFormats.toRowMajor(byte[][] matrix) Converts a matrix stored in multidimensional arrays into Row-Major format.