Class NewAttributeBands.Callable

    • Constructor Summary

      Constructors 
      Constructor Description
      Callable​(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 addCount​(int count)
      Adds the count of a call to this callable (ie the number of calls)
      void addNextToAttribute​(NewAttribute attribute)
      Used by calls when adding band contents to attributes, so they don't have to keep track of the internal index of the callable.
      void addToAttribute​(int n, NewAttribute attribute)  
      java.util.List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement> getBody()  
      boolean isBackwardsCallable()  
      void readBands​(java.io.InputStream in, int count)  
      void setBackwardsCallable()
      Tells this Callable that it is a backwards callable
      void setFirstCallable​(boolean isFirstCallable)  
      • Methods inherited from class java.lang.Object

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

      • Callable

        public Callable​(java.util.List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement> body)
    • Method Detail

      • addCount

        public void addCount​(int count)
        Adds the count of a call to this callable (ie the number of calls)
        Parameters:
        count - TODO
      • addNextToAttribute

        public void addNextToAttribute​(NewAttribute attribute)
        Used by calls when adding band contents to attributes, so they don't have to keep track of the internal index of the callable.
        Parameters:
        attribute - TODO
      • getBody

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

        public void setBackwardsCallable()
        Tells this Callable that it is a backwards callable