app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.greybox.projectmesh.server
/
InputStreamCounter
Input
Stream
Counter
class
InputStreamCounter
(
in
:
InputStream
)
:
FilterInputStream
Members
Constructors
Input
Stream
Counter
Link copied to clipboard
constructor
(
in
:
InputStream
)
Properties
bytes
Read
Link copied to clipboard
@
Volatile
var
bytesRead
:
Int
closed
Link copied to clipboard
@
Volatile
var
closed
:
Boolean
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
(
readlimit
:
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
(
b
:
ByteArray
?
)
:
Int
read
All
Bytes
Link copied to clipboard
open
fun
readAllBytes
(
)
:
ByteArray
?
read
NBytes
Link copied to clipboard
open
fun
readNBytes
(
len
:
Int
)
:
ByteArray
?
open
fun
readNBytes
(
b
:
ByteArray
?
,
off
:
Int
,
len
:
Int
)
:
Int
reset
Link copied to clipboard
open
fun
reset
(
)
skip
Link copied to clipboard
open
fun
skip
(
n
:
Long
)
:
Long
skip
NBytes
Link copied to clipboard
open
fun
skipNBytes
(
n
:
Long
)
transfer
To
Link copied to clipboard
open
fun
transferTo
(
out
:
OutputStream
?
)
:
Long