public class JsonWriter extends Object
| Constructor and Description |
|---|
JsonWriter(JsonOutput gen) |
JsonWriter(OutputStream out,
boolean pretty,
boolean useExtendedOutput) |
| Modifier and Type | Method and Description |
|---|---|
JsonOutput |
jsonOutput() |
void |
writeRow(TupleReader reader) |
public JsonWriter(OutputStream out, boolean pretty, boolean useExtendedOutput) throws IOException
IOExceptionpublic JsonWriter(JsonOutput gen)
public JsonOutput jsonOutput()
public void writeRow(TupleReader reader) throws IOException
IOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.