Class NodeDynamicInfoSeqHelper

java.lang.Object
com.zeroc.IceGrid.NodeDynamicInfoSeqHelper

public final class NodeDynamicInfoSeqHelper extends Object
Helper class for marshaling/unmarshaling NodeDynamicInfoSeq.
  • Constructor Details

    • NodeDynamicInfoSeqHelper

      public NodeDynamicInfoSeqHelper()
  • Method Details

    • write

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

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

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

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