public class BinaryHunk extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
BinaryHunk.Type |
Type of information stored in a binary hunk.
|
| Modifier and Type | Method | 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 © 2018. All rights reserved.