Package com.zeroc.Ice

Class ValueReader

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

public abstract class ValueReader extends Value
Base class for extracting a Slice class instance from an input stream.
See Also:
  • Constructor Details

    • ValueReader

      public ValueReader()
  • Method Details

    • read

      public abstract void read(InputStream in)
      Reads the state of this Slice class from an input stream.
      Parameters:
      in - The input stream to read from.