public class WriteJsonBufferWriter extends Object implements WriteJsonBuffer
| Constructor and Description |
|---|
WriteJsonBufferWriter(Writer buffer) |
| Modifier and Type | Method and Description |
|---|---|
WriteJsonBufferWriter |
append(char c) |
WriteJsonBufferWriter |
append(CharSequence csq) |
WriteJsonBufferWriter |
append(CharSequence csq,
int start,
int end) |
WriteJsonBufferWriter |
append(String content) |
public WriteJsonBufferWriter(Writer buffer)
public WriteJsonBufferWriter append(String content)
append in interface WriteJsonBufferpublic WriteJsonBufferWriter append(CharSequence csq) throws IOException
append in interface AppendableIOExceptionpublic WriteJsonBufferWriter append(CharSequence csq, int start, int end) throws IOException
append in interface AppendableIOExceptionpublic WriteJsonBufferWriter append(char c) throws IOException
append in interface AppendableIOExceptionCopyright © 2014. All Rights Reserved.