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
IOException
void valuePrimitive(Object v) throws IOException
IOException
void value(String v) throws IOException
IOException
void valueNull() throws IOException
IOException
void startArray() throws IOException
IOException
void endArray() throws IOException
IOException
void startObject() throws IOException
IOException
void endObject() throws IOException
IOException
Copyright © 2013. All rights reserved.