app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.feature_map_editor.presentation.util
/
CountingInputStream
Counting
Input
Stream
class
CountingInputStream
(
inputStream
:
InputStream
)
:
InputStream
Members
Constructors
Counting
Input
Stream
Link copied to clipboard
constructor
(
inputStream
:
InputStream
)
Properties
bytes
Read
Link copied to clipboard
var
bytesRead
:
Long
Functions
available
Link copied to clipboard
open
fun
available
(
)
:
Int
close
Link copied to clipboard
open
override
fun
close
(
)
mark
Link copied to clipboard
open
fun
mark
(
p0
:
Int
)
mark
Supported
Link copied to clipboard
open
fun
markSupported
(
)
:
Boolean
read
Link copied to clipboard
open
override
fun
read
(
)
:
Int
open
override
fun
read
(
b
:
ByteArray
,
off
:
Int
,
len
:
Int
)
:
Int
open
fun
read
(
p0
:
ByteArray
)
:
Int
read
All
Bytes
Link copied to clipboard
open
fun
readAllBytes
(
)
:
ByteArray
read
NBytes
Link copied to clipboard
open
fun
readNBytes
(
p0
:
Int
)
:
ByteArray
open
fun
readNBytes
(
p0
:
ByteArray
,
p1
:
Int
,
p2
:
Int
)
:
Int
reset
Link copied to clipboard
open
fun
reset
(
)
skip
Link copied to clipboard
open
fun
skip
(
p0
:
Long
)
:
Long
skip
NBytes
Link copied to clipboard
open
fun
skipNBytes
(
p0
:
Long
)
transfer
To
Link copied to clipboard
open
fun
transferTo
(
p0
:
OutputStream
)
:
Long