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(java.lang.String name) |
void |
startArray() |
void |
startObject() |
void |
value(java.lang.String v) |
void |
valueNull() |
void |
valuePrimitive(java.lang.Object v) |
void name(java.lang.String name)
throws java.io.IOException
java.io.IOExceptionvoid valuePrimitive(java.lang.Object v)
throws java.io.IOException
java.io.IOExceptionvoid value(java.lang.String v)
throws java.io.IOException
java.io.IOExceptionvoid valueNull()
throws java.io.IOException
java.io.IOExceptionvoid startArray()
throws java.io.IOException
java.io.IOExceptionvoid endArray()
throws java.io.IOException
java.io.IOExceptionvoid startObject()
throws java.io.IOException
java.io.IOExceptionvoid endObject()
throws java.io.IOException
java.io.IOExceptionCopyright © 2013. All Rights Reserved.