public interface DataWriter
The call sequence is:
EVENTS := startObject PROPERTY* endObject
PROPERTY := name VALUE
VALUE := valuePrimitive
| value
| valueNull
| startArray VALUE* endArray
| EVENTS
| Modifier and Type | Method and Description |
|---|---|
void |
endArray() |
void |
endObject() |
void |
name(String name) |
void |
startArray() |
void |
startObject() |
void |
value(String v) |
void |
valueNull() |
void |
valuePrimitive(Object v) |
void name(String name) throws IOException
IOExceptionvoid valuePrimitive(Object v) throws IOException
IOExceptionvoid value(String v) throws IOException
IOExceptionvoid valueNull()
throws IOException
IOExceptionvoid startArray()
throws IOException
IOExceptionvoid endArray()
throws IOException
IOExceptionvoid startObject()
throws IOException
IOExceptionvoid endObject()
throws IOException
IOExceptionCopyright © 2014. All rights reserved.