|
|
|
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
A StringBuffer is an internal pointer to a sized chunk of bytes.
The bytes are intended to be *immutable*. There are pure
operations to read the contents of a StringBuffer.
A StringBuffer may have a finalizer, depending on how it was
obtained.
| Constructors | | Instances | |
|
|
Creation/destruction
|
|
|
|
|
|
|
|
|
|
Inspection
|
|
|
|
|
|
|
|
|
|
Moving and comparison
|
|
|
|
|
|
|
|
Conversion
|
|
|
|
|
|
Parsing integers
|
|
|
XXX assumes ASCII digits only (by using byteOff)
|
|
Produced by Haddock version 2.6.1 |