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