ByteArray
Constructors
Functions
Properties
Extensions
Returns new array which is a copy of the original array.
Returns new array which is a copy of the original array, resized to the given newSize. The copy is either truncated or padded at the end with zero values if necessary.
Creates an input stream for reading data from this byte array.
Creates an input stream for reading data from the specified portion of this byte array.
Returns an array containing all elements of the original array and then the given element.
Returns an array containing all elements of the original array and then all elements of the given elements collection.
Returns an array containing all elements of the original array and then all elements of the given elements array.
Returns a new SortedSet of all elements.
Returns a typed object array containing all of the elements of this primitive array.