toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.stream.consumers
Package-level
declarations
Functions
Functions
array
Buffer
Link copied to clipboard
suspend
fun
arrayBuffer
(
stream
:
AsyncIterable
<
Any
?
>
)
:
ArrayBuffer
suspend
fun
arrayBuffer
(
stream
:
ReadableStream
)
:
ArrayBuffer
suspend
fun
arrayBuffer
(
stream
:
Readable
)
:
ArrayBuffer
array
Buffer
Async
Link copied to clipboard
external
fun
arrayBufferAsync
(
stream
:
AsyncIterable
<
Any
?
>
)
:
Promise
<
ArrayBuffer
>
external
fun
arrayBufferAsync
(
stream
:
ReadableStream
)
:
Promise
<
ArrayBuffer
>
external
fun
arrayBufferAsync
(
stream
:
Readable
)
:
Promise
<
ArrayBuffer
>
blob
Link copied to clipboard
suspend
fun
blob
(
stream
:
AsyncIterable
<
Any
?
>
)
:
Blob
suspend
fun
blob
(
stream
:
ReadableStream
)
:
Blob
suspend
fun
blob
(
stream
:
Readable
)
:
Blob
blob
Async
Link copied to clipboard
external
fun
blobAsync
(
stream
:
AsyncIterable
<
Any
?
>
)
:
Promise
<
Blob
>
external
fun
blobAsync
(
stream
:
ReadableStream
)
:
Promise
<
Blob
>
external
fun
blobAsync
(
stream
:
Readable
)
:
Promise
<
Blob
>
buffer
Link copied to clipboard
suspend
fun
buffer
(
stream
:
AsyncIterable
<
Any
?
>
)
:
Buffer
suspend
fun
buffer
(
stream
:
ReadableStream
)
:
Buffer
suspend
fun
buffer
(
stream
:
Readable
)
:
Buffer
buffer
Async
Link copied to clipboard
external
fun
bufferAsync
(
stream
:
AsyncIterable
<
Any
?
>
)
:
Promise
<
Buffer
>
external
fun
bufferAsync
(
stream
:
ReadableStream
)
:
Promise
<
Buffer
>
external
fun
bufferAsync
(
stream
:
Readable
)
:
Promise
<
Buffer
>
json
Link copied to clipboard
suspend
fun
json
(
stream
:
AsyncIterable
<
Any
?
>
)
:
Any
?
suspend
fun
json
(
stream
:
ReadableStream
)
:
Any
?
suspend
fun
json
(
stream
:
Readable
)
:
Any
?
json
Async
Link copied to clipboard
external
fun
jsonAsync
(
stream
:
AsyncIterable
<
Any
?
>
)
:
Promise
<
Any
?
>
external
fun
jsonAsync
(
stream
:
ReadableStream
)
:
Promise
<
Any
?
>
external
fun
jsonAsync
(
stream
:
Readable
)
:
Promise
<
Any
?
>
text
Link copied to clipboard
suspend
fun
text
(
stream
:
AsyncIterable
<
Any
?
>
)
:
String
suspend
fun
text
(
stream
:
ReadableStream
)
:
String
suspend
fun
text
(
stream
:
Readable
)
:
String
text
Async
Link copied to clipboard
external
fun
textAsync
(
stream
:
AsyncIterable
<
Any
?
>
)
:
Promise
<
String
>
external
fun
textAsync
(
stream
:
ReadableStream
)
:
Promise
<
String
>
external
fun
textAsync
(
stream
:
Readable
)
:
Promise
<
String
>