Class NewAttributeBands.UnionCase

    • Constructor Summary

      Constructors 
      Constructor Description
      UnionCase​(java.util.List tags)  
      UnionCase​(java.util.List tags, java.util.List body)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addToAttribute​(int index, NewAttribute attribute)  
      java.util.List getBody()  
      boolean hasTag​(long l)  
      void readBands​(java.io.InputStream in, int count)  
      • Methods inherited from class java.lang.Object

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

      • UnionCase

        public UnionCase​(java.util.List tags)
      • UnionCase

        public UnionCase​(java.util.List tags,
                         java.util.List body)
                  throws java.io.IOException
        Throws:
        java.io.IOException