Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-null-writable
/
nullwritable
/
NullWritable
Null
Writable
external
class
NullWritable
(
source
)
Members
Constructors
Null
Writable
Link copied to clipboard
constructor
(
)
Properties
_
writev
Link copied to clipboard
open
val
_writev
:
(
chunks
:
Array
<
<Error class: unknown class>
>
,
callback
:
(
<Error class: unknown class>
?
)
->
Unit
)
->
Unit
?
Functions
_
write
Link copied to clipboard
open
fun
_write
(
chunk
:
Any
?
,
encoding
:
<Error class: unknown class>
,
callback
:
(
<Error class: unknown class>
?
)
->
Unit
)