ByteArraySlice

class ByteArraySlice(val data: ByteArray, val start: Int, val size: Int)

Constructors

Link copied to clipboard
constructor(data: ByteArray, start: Int, size: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val size: Int
Link copied to clipboard
val start: Int

Functions

Link copied to clipboard
fun joinToString(separator: CharSequence = ", ", prefix: CharSequence = "", postfix: CharSequence = "", limit: Int = -1, truncated: CharSequence = "...", transform: (Byte) -> CharSequence?): String
Link copied to clipboard
fun toHex(): String