Class HeaderValue


  • public class HeaderValue
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  HeaderValue.IOFunction<T,​R>  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.packager.rpm.parse.HeaderValue.Unknown UNKNOWN  
    • Constructor Summary

      Constructors 
      Constructor Description
      HeaderValue​(int tag, int type, int index, int count)  
    • Field Detail

      • UNKNOWN

        public static final org.eclipse.packager.rpm.parse.HeaderValue.Unknown UNKNOWN
    • Constructor Detail

      • HeaderValue

        public HeaderValue​(int tag,
                           int type,
                           int index,
                           int count)
    • Method Detail

      • getTag

        public int getTag()
      • getValue

        public java.lang.Object getValue()
      • getType

        public int getType()
      • getCount

        public int getCount()
      • getIndex

        public int getIndex()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object