| Constructor and Description |
|---|
StringLogBuffer(java.nio.charset.Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the buffer
|
java.lang.String |
get() |
boolean |
isEmpty() |
void |
reset()
reset buffer
|
void |
write(byte b)
write a byte
|
public boolean isEmpty()
public void reset()
LogBufferpublic void write(byte b)
LogBufferpublic void clear()
LogBuffer