public interface OutputBufferProvider
Modifier and Type | Method and Description |
---|---|
Appendable |
get()
Returns a clean Appendable buffer ready to use while rendering.
|
void |
release(Appendable buffer)
Tells the provider that this buffer is free to be reused.
|
Appendable get()
void release(Appendable buffer)
buffer
- the Appendable object handed out by get()
Copyright © 2010-2013 Google. All Rights Reserved.