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