Package org.apache.jute
Interface InputArchive
- All Known Implementing Classes:
BinaryInputArchive
public interface InputArchive
Interface that all the Deserializers have to implement.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidbooleanbyte[]readBuffer(String tag) bytedoublereadDouble(String tag) floatintlongvoidreadRecord(Record r, String tag) readString(String tag) voidstartRecord(String tag) startVector(String tag)
-
Method Details
-
readByte
- Throws:
IOException
-
readBool
- Throws:
IOException
-
readInt
- Throws:
IOException
-
readLong
- Throws:
IOException
-
readFloat
- Throws:
IOException
-
readDouble
- Throws:
IOException
-
readString
- Throws:
IOException
-
readBuffer
- Throws:
IOException
-
readRecord
- Throws:
IOException
-
startRecord
- Throws:
IOException
-
endRecord
- Throws:
IOException
-
startVector
- Throws:
IOException
-
endVector
- Throws:
IOException
-
startMap
- Throws:
IOException
-
endMap
- Throws:
IOException
-