| Interface | Description |
|---|---|
| Buffer |
A buffer that collects characters and converts them to a string
|
| BufferProvider |
A buffer provider creates new
Buffer instances on demand. |
| Class | Description |
|---|---|
| DefaultBuffer |
A default implementation of a buffer that uses a
StringBuilder
internally to collect characters. |
| DefaultBufferProvider |
A default implementation of a buffer provider that always uses the same
instance of a
DefaultBuffer but resets it when needed. |