public interface InputArchive
Modifier and Type | Method and Description |
---|---|
void |
endMap(String tag) |
void |
endRecord(String tag) |
void |
endVector(String tag) |
boolean |
readBool(String tag) |
byte[] |
readBuffer(String tag) |
byte |
readByte(String tag) |
double |
readDouble(String tag) |
float |
readFloat(String tag) |
int |
readInt(String tag) |
long |
readLong(String tag) |
void |
readRecord(Record r,
String tag) |
String |
readString(String tag) |
Index |
startMap(String tag) |
void |
startRecord(String tag) |
Index |
startVector(String tag) |
byte readByte(String tag) throws IOException
IOException
boolean readBool(String tag) throws IOException
IOException
int readInt(String tag) throws IOException
IOException
long readLong(String tag) throws IOException
IOException
float readFloat(String tag) throws IOException
IOException
double readDouble(String tag) throws IOException
IOException
String readString(String tag) throws IOException
IOException
byte[] readBuffer(String tag) throws IOException
IOException
void readRecord(Record r, String tag) throws IOException
IOException
void startRecord(String tag) throws IOException
IOException
void endRecord(String tag) throws IOException
IOException
Index startVector(String tag) throws IOException
IOException
void endVector(String tag) throws IOException
IOException
Index startMap(String tag) throws IOException
IOException
void endMap(String tag) throws IOException
IOException
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.