Interface | Description |
---|---|
OutputBufferProvider |
Simple Provider interface for the output buffer.
|
Class | Description |
---|---|
InstanceOutputBufferProvider |
Implementation of OutputBufferProvider that creates a new StringBuilder
|
ThreadLocalOutputBufferProvider |
Implementation of OutputBufferProvider that reuses the same StringBuilder in each Thread.
|
Copyright © 2010–2017 Google. All rights reserved.