public abstract class AbstractContentBuffer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
indent |
| Constructor and Description |
|---|
AbstractContentBuffer(int indent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doIndentIfNeeded(OutputStream out,
int index) |
protected void |
doIndentIfNeeded(StringBuilder buffer,
int index) |
protected void |
doIndentIfNeeded(Writer writer,
int index) |
protected abstract StringBuilder |
getCurrentBuffer() |
void |
setText(String content) |
public void setText(String content)
protected void doIndentIfNeeded(StringBuilder buffer, int index)
protected void doIndentIfNeeded(OutputStream out, int index) throws IOException
IOExceptionprotected void doIndentIfNeeded(Writer writer, int index) throws IOException
IOExceptionprotected abstract StringBuilder getCurrentBuffer()
Copyright © 2015. All Rights Reserved.