Class Rpms


  • public class Rpms
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Rpms()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String dumpValue​(java.lang.Object value)  
      static void dumpValue​(java.lang.StringBuilder sb, java.lang.Object value)  
      static int padding​(int offset)  
      static java.lang.String toHex​(byte[] data)  
      static java.lang.String toHex​(byte[] data, int maxWidth)  
      static java.lang.String toHex​(byte[] data, int offset, int length, int maxWidth)  
      • Methods inherited from class java.lang.Object

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

      • LEAD_MAGIC

        public static final byte[] LEAD_MAGIC
      • HEADER_MAGIC

        public static final byte[] HEADER_MAGIC
      • EMPTY_128

        public static final byte[] EMPTY_128
      • IMMUTABLE_TAG_SIGNATURE

        public static final int IMMUTABLE_TAG_SIGNATURE
        See Also:
        Constant Field Values
    • Constructor Detail

      • Rpms

        public Rpms()
    • Method Detail

      • toHex

        public static java.lang.String toHex​(byte[] data)
      • toHex

        public static java.lang.String toHex​(byte[] data,
                                             int maxWidth)
      • toHex

        public static java.lang.String toHex​(byte[] data,
                                             int offset,
                                             int length,
                                             int maxWidth)
      • dumpValue

        public static java.lang.String dumpValue​(java.lang.Object value)
      • dumpValue

        public static void dumpValue​(java.lang.StringBuilder sb,
                                     java.lang.Object value)
      • padding

        public static int padding​(int offset)