Package com.zeroc.Ice

Class ValueWriter

java.lang.Object
com.zeroc.Ice.Value
com.zeroc.Ice.ValueWriter
All Implemented Interfaces:
Serializable, Cloneable

public abstract class ValueWriter extends Value
Base class for writing a Slice class instance to an output stream.
See Also:
  • Constructor Details

    • ValueWriter

      public ValueWriter()
  • Method Details

    • write

      public abstract void write(OutputStream out)
      Writes the state of this Slice class to an output stream.
      Parameters:
      out - The stream to write to.