org.apache.hyracks.algebricks.data.IPrinter
public class XMLSerializer extends Object implements org.apache.hyracks.algebricks.data.IPrinter
Constructor | Description |
---|---|
XMLSerializer() |
Modifier and Type | Method | Description |
---|---|---|
void |
init() |
|
void |
print(byte[] b,
int s,
int l,
PrintStream ps) |
|
void |
printTaggedValuePointable(PrintStream ps,
TaggedValuePointable tvp) |
public void print(byte[] b, int s, int l, PrintStream ps)
print
in interface org.apache.hyracks.algebricks.data.IPrinter
public void printTaggedValuePointable(PrintStream ps, TaggedValuePointable tvp)
public void init() throws org.apache.hyracks.algebricks.common.exceptions.AlgebricksException
init
in interface org.apache.hyracks.algebricks.data.IPrinter
org.apache.hyracks.algebricks.common.exceptions.AlgebricksException
Copyright © 2019 Apache Software Foundation. All rights reserved.