Class Headers


  • public final class Headers
    extends java.lang.Object
    Process headers (signature and package)
    Author:
    Jens Reimann
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] makeEntryRecord​(int tag, int type, int index, int count)  
      static java.nio.ByteBuffer render​(HeaderEntry[] entries, boolean sorted, java.lang.Integer immutableTag)  
      • Methods inherited from class java.lang.Object

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

      • render

        public static java.nio.ByteBuffer render​(HeaderEntry[] entries,
                                                 boolean sorted,
                                                 java.lang.Integer immutableTag)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • makeEntryRecord

        public static byte[] makeEntryRecord​(int tag,
                                             int type,
                                             int index,
                                             int count)