Package com.zeroc.Ice

Class IdentitySeqHelper

java.lang.Object
com.zeroc.Ice.IdentitySeqHelper

public final class IdentitySeqHelper extends Object
Helper class for marshaling/unmarshaling IdentitySeq.
  • Constructor Details

    • IdentitySeqHelper

      public IdentitySeqHelper()
  • Method Details

    • write

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

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

      public static void write(OutputStream ostr, int tag, Optional<Identity[]> v)
      Marshals an optional list of IdentitySeq 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, Identity[] v)
      Marshals an optional list of IdentitySeq into an output stream.
      Parameters:
      ostr - the output stream
      tag - the tag
      v - the list to marshal
    • read

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