public interface OutputArchive
Modifier and Type | Method and Description |
---|---|
void |
endMap(TreeMap<?,?> v,
String tag) |
void |
endRecord(Record r,
String tag) |
void |
endVector(List<?> v,
String tag) |
void |
startMap(TreeMap<?,?> v,
String tag) |
void |
startRecord(Record r,
String tag) |
void |
startVector(List<?> v,
String tag) |
void |
writeBool(boolean b,
String tag) |
void |
writeBuffer(byte[] buf,
String tag) |
void |
writeByte(byte b,
String tag) |
void |
writeDouble(double d,
String tag) |
void |
writeFloat(float f,
String tag) |
void |
writeInt(int i,
String tag) |
void |
writeLong(long l,
String tag) |
void |
writeRecord(Record r,
String tag) |
void |
writeString(String s,
String tag) |
void writeByte(byte b, String tag) throws IOException
IOException
void writeBool(boolean b, String tag) throws IOException
IOException
void writeInt(int i, String tag) throws IOException
IOException
void writeLong(long l, String tag) throws IOException
IOException
void writeFloat(float f, String tag) throws IOException
IOException
void writeDouble(double d, String tag) throws IOException
IOException
void writeString(String s, String tag) throws IOException
IOException
void writeBuffer(byte[] buf, String tag) throws IOException
IOException
void writeRecord(Record r, String tag) throws IOException
IOException
void startRecord(Record r, String tag) throws IOException
IOException
void endRecord(Record r, String tag) throws IOException
IOException
void startVector(List<?> v, String tag) throws IOException
IOException
void endVector(List<?> v, String tag) throws IOException
IOException
void startMap(TreeMap<?,?> v, String tag) throws IOException
IOException
void endMap(TreeMap<?,?> v, String tag) throws IOException
IOException
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.