Blob

open class Blob : Sized

Represent an array of bytes in the buffer.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val end: Int
Link copied to clipboard
open val size: Int

Functions

Link copied to clipboard

Return Blob as ReadBuffer

Link copied to clipboard
operator fun get(pos: Int): Byte

Return individual byte at a given position

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String