Class MultiPackIndexPrettyPrinter

java.lang.Object
org.eclipse.jgit.internal.storage.midx.MultiPackIndexPrettyPrinter

public class MultiPackIndexPrettyPrinter extends Object
Prints a multipack index file in a human-readable format.
Since:
7.2
  • Constructor Details

    • MultiPackIndexPrettyPrinter

      public MultiPackIndexPrettyPrinter()
  • Method Details

    • prettyPrint

      public static void prettyPrint(byte[] rawMidx, PrintWriter out)
      Writes to out, in human-readable format, the multipack index in rawMidx
      Parameters:
      rawMidx - the bytes of a multipack index
      out - a writer