Search
Preparing search index...
The search index is not available
typescript
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"node_modules/@types/node/stream.d"
"stream"
internal
WritableOptions
Interface WritableOptions
Hierarchy
WritableOptions
DuplexOptions
Index
Properties
decode
Strings
high
Water
Mark
object
Mode
Methods
destroy
final
write
writev
Properties
Optional
decode
Strings
decode
Strings
:
undefined
|
false
|
true
Optional
high
Water
Mark
high
Water
Mark
:
undefined
|
number
Optional
object
Mode
object
Mode
:
undefined
|
false
|
true
Methods
Optional
destroy
destroy
(
this
:
Writable
, error
:
Error
|
null
, callback
:
function
)
:
void
Parameters
this:
Writable
error:
Error
|
null
callback:
function
(
error
:
Error
|
null
)
:
void
Parameters
error:
Error
|
null
Returns
void
Returns
void
Optional
final
final
(
this
:
Writable
, callback
:
function
)
:
void
Parameters
this:
Writable
callback:
function
(
error
?:
Error
|
null
)
:
void
Parameters
Optional
error:
Error
|
null
Returns
void
Returns
void
Optional
write
write
(
this
:
Writable
, chunk
:
any
, encoding
:
string
, callback
:
function
)
:
void
Parameters
this:
Writable
chunk:
any
encoding:
string
callback:
function
(
error
?:
Error
|
null
)
:
void
Parameters
Optional
error:
Error
|
null
Returns
void
Returns
void
Optional
writev
writev
(
this
:
Writable
, chunks
:
Array
<
object
>
, callback
:
function
)
:
void
Parameters
this:
Writable
chunks:
Array
<
object
>
callback:
function
(
error
?:
Error
|
null
)
:
void
Parameters
Optional
error:
Error
|
null
Returns
void
Returns
void
Globals
"node_
modules/@types/node/stream.d"
"stream"
internal
Duplex
Pass
Through
Readable
Stream
Transform
Writable
Duplex
Options
Readable
Options
Transform
Options
Writable
Options
decode
Strings
high
Water
Mark
object
Mode
destroy
final
write
writev
Transform
Callback
default
Max
Listeners
add
Listener
emit
event
Names
get
Max
Listeners
listener
Count
listeners
off
on
once
pipe
prepend
Listener
prepend
Once
Listener
raw
Listeners
remove
All
Listeners
remove
Listener
set
Max
Listeners
finished
listener
Count
pipeline
Generated using
TypeDoc