|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.odysseus.staxon.json.stream.util.StreamTargetDelegate
public class StreamTargetDelegate
Delegating stream target.
| Constructor Summary | |
|---|---|
StreamTargetDelegate(JsonStreamTarget delegate)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
endArray()
End array. |
void |
endObject()
End object. |
void |
flush()
|
void |
name(String name)
Write name. |
void |
startArray()
Start array. |
void |
startObject()
Start object |
void |
value(Object value)
Write value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamTargetDelegate(JsonStreamTarget delegate)
| Method Detail |
|---|
public void flush()
throws IOException
flush in interface FlushableIOException
public void close()
throws IOException
close in interface CloseableIOException
public void name(String name)
throws IOException
JsonStreamTarget
name in interface JsonStreamTargetIOException
public void value(Object value)
throws IOException
JsonStreamTarget
value in interface JsonStreamTargetIOException
public void startObject()
throws IOException
JsonStreamTarget
startObject in interface JsonStreamTargetIOException
public void endObject()
throws IOException
JsonStreamTarget
endObject in interface JsonStreamTargetIOException
public void startArray()
throws IOException
JsonStreamTarget
startArray in interface JsonStreamTargetIOException
public void endArray()
throws IOException
JsonStreamTarget
endArray in interface JsonStreamTargetIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||