Package com.zeroc.Ice
Class ValueReader
java.lang.Object
com.zeroc.Ice.Value
com.zeroc.Ice.ValueReader
- All Implemented Interfaces:
Serializable
,Cloneable
Base class for extracting a Slice class instance from an input stream.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
read
(InputStream in) Reads the state of this Slice class from an input stream.Methods inherited from class com.zeroc.Ice.Value
clone, ice_getSlicedData, ice_id, ice_postUnmarshal, ice_preMarshal, ice_staticId
-
Constructor Details
-
ValueReader
public ValueReader()
-
-
Method Details
-
read
Reads the state of this Slice class from an input stream.- Parameters:
in
- The input stream to read from.
-