ByteSupplier

interface ByteSupplier

Used to supply bytes.

Since

1.14

Inheritors

Functions

Link copied to clipboard
abstract fun getAsByte(): Int
The contract is similar to read, return the byte as an unsigned int, -1 if there are no more bytes.