Package com.zeroc.Ice

Class ObjectProxySeqHelper

java.lang.Object
com.zeroc.Ice.ObjectProxySeqHelper

public final class ObjectProxySeqHelper extends Object
Helper class for marshaling/unmarshaling ObjectProxySeq.
  • Constructor Details

    • ObjectProxySeqHelper

      public ObjectProxySeqHelper()
  • Method Details

    • write

      public static void write(OutputStream ostr, ObjectPrx[] v)
      Marshals a list of ObjectProxySeq into an output stream.
      Parameters:
      ostr - the output stream
      v - the list to marshal
    • read

      public static ObjectPrx[] read(InputStream istr)
      Unmarshals a list of ObjectProxySeq from an input stream.
      Parameters:
      istr - the input stream
      Returns:
      the list
    • write

      public static void write(OutputStream ostr, int tag, Optional<ObjectPrx[]> v)
      Marshals an optional list of ObjectProxySeq into an output stream.
      Parameters:
      ostr - the output stream
      tag - the tag
      v - the list to marshal
    • write

      public static void write(OutputStream ostr, int tag, ObjectPrx[] v)
      Marshals an optional list of ObjectProxySeq into an output stream.
      Parameters:
      ostr - the output stream
      tag - the tag
      v - the list to marshal
    • read

      public static Optional<ObjectPrx[]> read(InputStream istr, int tag)
      Unmarshals an optional list of ObjectProxySeq from an input stream.
      Parameters:
      istr - the input stream
      tag - the tag
      Returns:
      the list