ChunkedByteDeque

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun read(): Int
fun read(count: Int): ByteArray
fun read(data: ByteArray, offset: Int = 0, size: Int = data.size - offset): Int
Link copied to clipboard
fun write(byte: Int)
fun write(data: ByteArray, offset: Int = 0, size: Int = data.size - offset)