Package | Description |
---|---|
org.eclipse.jgit.storage.file |
Modifier and Type | Method and Description |
---|---|
static PackIndexWriter |
PackIndexWriter.createOldestPossible(java.io.OutputStream dst,
java.util.List<? extends PackedObjectInfo> objs)
Create a new writer for the oldest (most widely understood) format.
|
static PackIndexWriter |
PackIndexWriter.createVersion(java.io.OutputStream dst,
int version)
Create a new writer instance for a specific index format version.
|
Copyright © 2012. All Rights Reserved.