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
/
OutputStreamByteConsumer
Output
Stream
Byte
Consumer
open
class
OutputStreamByteConsumer
:
ByteUtils.ByteConsumer
ByteConsumer
based on
OutputStream
.
Since
1.14
Members
Constructors
Output
Stream
Byte
Consumer
Link copied to clipboard
constructor
(
os
:
OutputStream
)
Functions
accept
Link copied to clipboard
open
fun
accept
(
b
:
Int
)
The contract is similar to
write
, consume the lower eight bytes of the int as a byte.