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 TypeMethodDescriptionvoid
void
void
boolean
byte[]
readBuffer
(String tag) byte
double
readDouble
(String tag) float
int
long
void
readRecord
(Record r, String tag) readString
(String tag) void
startRecord
(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
-