InputStreamByteSupplier

Constructors

Link copied to clipboard
constructor(is: InputStream)

Functions

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