public class BufferErrorListener extends Object implements JSONErrorListener
| Modifier and Type | Field and Description |
|---|---|
protected StringBuffer |
buffer |
| Constructor and Description |
|---|
BufferErrorListener() |
BufferErrorListener(StringBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
void |
error(String type,
int col) |
void |
start(String input) |
protected StringBuffer buffer
public BufferErrorListener(StringBuffer buffer)
public BufferErrorListener()
public void start(String input)
start in interface JSONErrorListenerpublic void error(String type, int col)
error in interface JSONErrorListenerpublic void end()
end in interface JSONErrorListenerCopyright © 2021. All rights reserved.