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
/
InputStreamByteSupplier
Input
Stream
Byte
Supplier
open
class
InputStreamByteSupplier
:
ByteUtils.ByteSupplier
ByteSupplier
based on
InputStream
.
Since
1.14
Members
Constructors
Input
Stream
Byte
Supplier
Link copied to clipboard
constructor
(
is
:
InputStream
)
Functions
get
As
Byte
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.