toggle menu
xmlutil
0.90.2
native
switch theme
search in API
core
/
nl.adaptivity.xmlutil.core.impl.multiplatform
/
OutputStreamWriter
Output
Stream
Writer
native
class
OutputStreamWriter
(
val
outStream
:
NativeOutputStream
)
:
Writer
,
Closeable
Members
Constructors
Output
Stream
Writer
Link copied to clipboard
native
constructor
(
filePtr
:
FilePtr
)
constructor
(
pathName
:
String
,
mode
:
FileMode
=
Mode.TRUNCATED
)
constructor
(
fileHandle
:
Int
,
mode
:
FileMode
=
Mode.TRUNCATED
)
constructor
(
outStream
:
NativeOutputStream
)
Properties
out
Stream
Link copied to clipboard
native
val
outStream
:
NativeOutputStream
Functions
append
Link copied to clipboard
native
open
override
fun
append
(
value
:
Char
)
:
OutputStreamWriter
open
override
fun
append
(
value
:
CharSequence
?
,
startIndex
:
Int
,
endIndex
:
Int
)
:
OutputStreamWriter
actual
open
override
fun
append
(
value
:
CharSequence
?
)
:
Appendable
append
Code
Point
Link copied to clipboard
native
fun
appendCodePoint
(
codepoint
:
Int
)
:
OutputStreamWriter
close
Link copied to clipboard
native
open
override
fun
close
(
)
flush
Link copied to clipboard
native
actual
open
fun
flush
(
)
Write buffers to the underlying file (where valid).
write
Link copied to clipboard
native
open
override
fun
write
(
text
:
String
)
fun
write
(
text
:
String
,
begin
:
Int
,
length
:
Int
)