toggle menu
xmlutil
0.90.2
common
js
jvmCommon
native
wasmCommon
switch theme
search in API
core
/
nl.adaptivity.xmlutil.core.impl.multiplatform
/
OutputStream
Output
Stream
common
js
jvmCommon
native
wasmCommon
expect
abstract
class
OutputStream
:
Closeable
actual
abstract
class
OutputStream
:
Closeable
actual
typealias
OutputStream
=
java.io.OutputStream
actual
abstract
class
OutputStream
:
Closeable
Inheritors
NativeOutputStream
actual
abstract
class
OutputStream
:
Closeable
Members
Constructors
Output
Stream
Link copied to clipboard
js
native
wasmCommon
constructor
(
)
constructor
(
)
constructor
(
)
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
(
)
write
Link copied to clipboard
common
js
native
wasmCommon
expect
open
fun
write
(
b
:
ByteArray
)
expect
abstract
fun
write
(
b
:
Int
)
expect
open
fun
write
(
b
:
ByteArray
,
off
:
Int
,
len
:
Int
)
actual
open
fun
write
(
b
:
ByteArray
)
actual
abstract
fun
write
(
b
:
Int
)
actual
open
fun
write
(
b
:
ByteArray
,
off
:
Int
,
len
:
Int
)
actual
open
fun
write
(
b
:
ByteArray
)
actual
abstract
fun
write
(
b
:
Int
)
actual
open
fun
write
(
b
:
ByteArray
,
off
:
Int
,
len
:
Int
)
actual
open
fun
write
(
b
:
ByteArray
)
actual
abstract
fun
write
(
b
:
Int
)
actual
open
fun
write
(
b
:
ByteArray
,
off
:
Int
,
len
:
Int
)