public class BinaryHunk extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BinaryHunk.Type
Type of information stored in a binary hunk.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBuffer() |
int |
getEndOffset() |
FileHeader |
getFileHeader() |
int |
getSize() |
int |
getStartOffset() |
BinaryHunk.Type |
getType() |
public FileHeader getFileHeader()
public byte[] getBuffer()
public int getStartOffset()
getBuffer()
.public int getEndOffset()
getBuffer()
.public BinaryHunk.Type getType()
public int getSize()
Copyright © 2013. All Rights Reserved.