| Package | Description |
|---|---|
| org.eclipse.jgit.lib | |
| org.eclipse.jgit.storage.dfs | |
| org.eclipse.jgit.storage.file |
| Modifier and Type | Method and Description |
|---|---|
abstract PackParser |
ObjectInserter.newPackParser(java.io.InputStream in)
Initialize a parser to read from a pack formatted stream.
|
PackParser |
ObjectInserter.Formatter.newPackParser(java.io.InputStream in) |
| Modifier and Type | Class and Description |
|---|---|
class |
DfsPackParser
Parses a pack stream into the DFS, by creating a new pack and index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectDirectoryPackParser
Consumes a pack stream and stores as a pack file in
ObjectDirectory. |
Copyright © 2012. All Rights Reserved.