Class LongSeqHelper


  • public final class LongSeqHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LongSeqHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.Long> read​(IceInternal.BasicStream __is)  
      static void write​(IceInternal.BasicStream __os, java.util.List<java.lang.Long> __v)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LongSeqHelper

        public LongSeqHelper()
    • Method Detail

      • write

        public static void write​(IceInternal.BasicStream __os,
                                 java.util.List<java.lang.Long> __v)
      • read

        public static java.util.List<java.lang.Long> read​(IceInternal.BasicStream __is)