Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.util.zip.compress.utils
/
ByteUtils
/
ByteSupplier
Byte
Supplier
interface
ByteSupplier
Used to supply bytes.
Since
1.14
Inheritors
InputStreamByteSupplier
Members
Functions
get
As
Byte
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.