FieldedText TypeScript Library
GitHub
Web NPM
Node NPM
Preparing search index...
Web
serialization/ft-text-writer
FtStringWriter
Class FtStringWriter
Simple text writer that accumulates to a string array.
Implements
FtTextWriter
Index
Constructors
constructor
Methods
clear
close
flush
to
String
write
Constructors
constructor
new
FtStringWriter
()
:
FtStringWriter
Returns
FtStringWriter
Methods
clear
clear
()
:
void
Returns
void
close
close
()
:
void
Returns
void
flush
flush
()
:
void
Returns
void
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
write
write
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
clear
close
flush
to
String
write
GitHub
Web NPM
Node NPM
FieldedText TypeScript Library
Loading...
Simple text writer that accumulates to a string array.