toggle menu
xmlutil
0.90.2
common
js
jvmCommon
native
wasmCommon
switch theme
search in API
core
/
nl.adaptivity.xmlutil.core.impl.multiplatform
/
InputStream
Input
Stream
common
js
jvmCommon
native
wasmCommon
expect
abstract
class
InputStream
:
Closeable
actual
abstract
class
InputStream
:
Closeable
actual
typealias
InputStream
=
java.io.InputStream
actual
abstract
class
InputStream
:
Closeable
Inheritors
FileInputStream
actual
abstract
class
InputStream
:
Closeable
Members
Constructors
Input
Stream
Link copied to clipboard
js
native
wasmCommon
constructor
(
)
constructor
(
)
constructor
(
)
Properties
eof
Link copied to clipboard
native
abstract
val
eof
:
Boolean
Functions
close
Link copied to clipboard
common
js
native
wasmCommon
expect
open
override
fun
close
(
)
actual
open
override
fun
close
(
)
actual
open
override
fun
close
(
)
actual
open
override
fun
close
(
)
read
Link copied to clipboard
common
js
native
wasmCommon
expect
abstract
fun
read
(
)
:
Int
expect
open
fun
read
(
b
:
ByteArray
)
:
Int
expect
open
fun
read
(
buffer
:
ByteArray
,
offset
:
Int
,
len
:
Int
)
:
Int
actual
abstract
fun
read
(
)
:
Int
actual
open
fun
read
(
b
:
ByteArray
)
:
Int
actual
open
fun
read
(
buffer
:
ByteArray
,
offset
:
Int
,
len
:
Int
)
:
Int
actual
abstract
fun
read
(
)
:
Int
actual
open
fun
read
(
b
:
ByteArray
)
:
Int
abstract
fun
<
T
>
read
(
buffer
:
<Error class: unknown class>
<
T
>
,
size
:
SizeT
,
bufferSize
:
SizeT
)
:
SizeT
actual
open
fun
read
(
buffer
:
ByteArray
,
offset
:
Int
,
len
:
Int
)
:
Int
actual
abstract
fun
read
(
)
:
Int
actual
open
fun
read
(
b
:
ByteArray
)
:
Int
actual
open
fun
read
(
buffer
:
ByteArray
,
offset
:
Int
,
len
:
Int
)
:
Int