ByteConsumer

interface ByteConsumer

Used to consume bytes.

Since

1.14

Inheritors

Functions

Link copied to clipboard
abstract fun accept(b: Int)
The contract is similar to write, consume the lower eight bytes of the int as a byte.