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
/
ByteConsumer
Byte
Consumer
interface
ByteConsumer
Used to consume bytes.
Since
1.14
Inheritors
OutputStreamByteConsumer
Members
Functions
accept
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.