public final class AppleFileData extends Object
| Modifier and Type | Field and Description |
|---|---|
static AppleFileData |
EMPTY_FILE_DATA |
| Constructor and Description |
|---|
AppleFileData()
Instantiates a new apple file data.
|
AppleFileData(byte[] data)
Instantiates a new apple file data.
|
AppleFileData(byte[] data,
int offset,
int length)
Instantiates a new apple file data.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Gets the bytes.
|
byte[] |
getData()
Gets the data.
|
int |
getLength()
Gets the length.
|
int |
getOffset()
Gets the offset.
|
public static final AppleFileData EMPTY_FILE_DATA
public AppleFileData()
public AppleFileData(byte[] data)
data - the datapublic AppleFileData(byte[] data,
int offset,
int length)
data - the dataoffset - the offsetlength - the lengthCopyright © 2017 Perforce Software. All Rights Reserved.