Package-level declarations

Types

Link copied to clipboard
interface ByteReader

An interface for reading bytes and converting them to various primitive data types.

Link copied to clipboard
interface ByteWriter

An interface for writing bytes and various primitive data types.

Functions

Link copied to clipboard
fun byteWriter(write: ByteWriter.() -> Unit): ByteArray

Creates a ByteArray of the bytes written in write.