Class IntSetsExternalization


  • public class IntSetsExternalization
    extends java.lang.Object
    IntSets externalization mechanism
    Since:
    9.3
    Author:
    wburns
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Set<java.lang.Class<? extends IntSet>> getTypeClasses()  
      static IntSet readFrom​(java.io.ObjectInput input)  
      static void writeTo​(java.io.ObjectOutput output, IntSet intSet)  
      • Methods inherited from class java.lang.Object

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

      • writeTo

        public static void writeTo​(java.io.ObjectOutput output,
                                   IntSet intSet)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • readFrom

        public static IntSet readFrom​(java.io.ObjectInput input)
                               throws java.io.IOException,
                                      java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • getTypeClasses

        public static java.util.Set<java.lang.Class<? extends IntSet>> getTypeClasses()