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.io
Package-level
declarations
Types
Types
Counting
Input
Stream
Link copied to clipboard
class
CountingInputStream
(
inputStream
:
InputStream
,
initialCount
:
Long
=
0
)
:
FilterInputStream
An
InputStream
counting the number of bytes read from a wrapped
inputStream
.