|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jgit.patch.BinaryHunk
public class BinaryHunk
Part of a "GIT binary patch" to describe the pre-image or post-image
| Nested Class Summary | |
|---|---|
static class |
BinaryHunk.Type
Type of information stored in a binary hunk. |
| Method Summary | |
|---|---|
byte[] |
getBuffer()
|
int |
getEndOffset()
|
FileHeader |
getFileHeader()
|
int |
getSize()
|
int |
getStartOffset()
|
BinaryHunk.Type |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public FileHeader getFileHeader()
public byte[] getBuffer()
public int getStartOffset()
getBuffer().public int getEndOffset()
getBuffer().public BinaryHunk.Type getType()
public int getSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||