public static interface Zip64ExtensibleDataSector.Z64SpecialPurposeData
| Modifier and Type | Field and Description |
|---|---|
static int |
PREFIX_LENGTH
Length of header id and the size length fields that comes before the data
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHeaderId()
Obtains the Special purpose data's header id.
|
int |
size()
Obtains the size of the data in this special purpose data.
|
void |
write(java.nio.ByteBuffer out)
Writes the special purpose data to the buffer.
|
static final int PREFIX_LENGTH
int getHeaderId()
int size()
void write(java.nio.ByteBuffer out)
throws java.io.IOException
out - the buffer where to write the data to; exactly size() bytes will be
written.java.io.IOException - failed to write special purpose data.