Class Box

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long size  
      java.lang.String type  
      (package private) java.lang.String usertype  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • size

        public long size
      • type

        public java.lang.String type
      • usertype

        java.lang.String usertype
    • Constructor Detail

      • Box

        public Box​(SequentialReader reader)
            throws java.io.IOException
        Throws:
        java.io.IOException
      • Box

        public Box​(Box box)