Module org.eclipse.jgit
Class MultiPackIndexPrettyPrinter
java.lang.Object
org.eclipse.jgit.internal.storage.midx.MultiPackIndexPrettyPrinter
Prints a multipack index file in a human-readable format.
- Since:
- 7.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprettyPrint(byte[] rawMidx, PrintWriter out) Writes to out, in human-readable format, the multipack index in rawMidx
-
Constructor Details
-
MultiPackIndexPrettyPrinter
public MultiPackIndexPrettyPrinter()
-
-
Method Details
-
prettyPrint
Writes to out, in human-readable format, the multipack index in rawMidx- Parameters:
rawMidx- the bytes of a multipack indexout- a writer
-