|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jgit.storage.file.UnpackedObject
public class UnpackedObject
Loose object loader. This class loads an object not stored in a pack.
| Constructor Summary | |
|---|---|
UnpackedObject()
|
|
| Method Summary | |
|---|---|
static ObjectLoader |
parse(byte[] raw,
AnyObjectId id)
Parse an object from the unpacked object format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnpackedObject()
| Method Detail |
|---|
public static ObjectLoader parse(byte[] raw,
AnyObjectId id)
throws java.io.IOException
raw - complete contents of the compressed object.id - expected ObjectId of the object, used only for error reporting
in exceptions.
java.io.IOException - the object cannot be parsed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||