ixfx
Preparing search index...
@ixfx/io
StringReceiveBuffer
Class StringReceiveBuffer
Receives text
Index
Constructors
constructor
Methods
add
add
Impl
clear
close
writable
Properties
buffer
separator
stream
Constructors
constructor
new
StringReceiveBuffer
(
onData
:
(
data
:
string
)
=>
void
,
separator
?:
string
,
)
:
StringReceiveBuffer
Parameters
onData
:
(
data
:
string
)
=>
void
separator
:
string
= ...
Returns
StringReceiveBuffer
Methods
add
add
(
string_
:
string
)
:
void
Parameters
string_
:
string
Returns
void
add
Impl
addImpl
(
string_
:
string
)
:
string
Parameters
string_
:
string
Returns
string
clear
clear
()
:
void
Returns
void
close
close
()
:
Promise
<
void
>
Returns
Promise
<
void
>
writable
writable
()
:
WritableStream
<
string
>
Returns
WritableStream
<
string
>
Properties
buffer
buffer
:
string
= ...
separator
separator
:
string
= ...
stream
stream
:
WritableStream
<
string
>
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
add
Impl
clear
close
writable
Properties
buffer
separator
stream
ixfx
Loading...
Receives text