ByteArray
Constructors
Link copied to clipboard
Creates a new array of the specified size, where each element is calculated by calling the specified init function.
Functions
Link copied to clipboard
Properties
Extensions
Link copied to clipboard
Searches the array or the range of the array for the provided element using the binary search algorithm. The array is expected to be sorted, otherwise the result is undefined.
Since Kotlin 1.0
Link copied to clipboard
Creates an input stream for reading data from this byte array.
Since Kotlin 1.0
Creates an input stream for reading data from the specified portion of this byte array.
Since Kotlin 1.0
Link copied to clipboard
Returns a new SortedSet of all elements.
Since Kotlin 1.0