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
IOException
public JsonWriter(JsonOutput gen)
public JsonOutput jsonOutput()
public void writeRow(TupleReader reader) throws IOException
IOException
Copyright © 1970 The Apache Software Foundation. All rights reserved.