Class NewAttributeBands.UnionCase

    • Constructor Summary

      Constructors 
      Constructor Description
      UnionCase​(java.util.List<java.lang.Integer> tags)  
      UnionCase​(java.util.List<java.lang.Integer> tags, java.util.List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement> body)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addToAttribute​(int index, NewAttribute attribute)  
      java.util.List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement> getBody()  
      boolean hasTag​(int i)  
      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<java.lang.Integer> tags)
      • UnionCase

        public UnionCase​(java.util.List<java.lang.Integer> tags,
                         java.util.List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement> body)
    • Method Detail

      • getBody

        public java.util.List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement> getBody()
      • hasTag

        public boolean hasTag​(int i)
      • hasTag

        public boolean hasTag​(long l)