next up previous contents index
Next: coerce Up: Data Structures Previous: pointer,string   Contents   Index


StringBuffer


Usage

import from StringBuffer


Description

StringBuffer provides extensible character buffers that can be used as input or output, either for reading an undetermined number of characters from a TextReader into them, or for writing an undetermined number of characters into them.


Exports

DataStructureType
OutputType
PrimitiveType
coerce: % $\to$ TextReader conversion to a text input stream
coerce: % $\to$ TextWriter conversion to a text output stream
empty: % create an empty string
string: % $\to$ String conversion to a regular string



Subsections

Manuel Bronstein 2004-06-28