public static interface Zip64ExtensibleDataSector.SpecialPurposeDataFactory
| Modifier and Type | Method and Description |
|---|---|
Zip64ExtensibleDataSector.Z64SpecialPurposeData |
make(int headerId,
byte[] data)
Creates a new special purpose data.
|
Zip64ExtensibleDataSector.Z64SpecialPurposeData make(int headerId, byte[] data) throws java.io.IOException
headerId - the header IDdata - the data in the special purpose datajava.io.IOException - failed to create the special purpose data from the data given.