Package | Description |
---|---|
org.zeroturnaround.zip.extra |
Modifier and Type | Class and Description |
---|---|
class |
AsiExtraField
This is a class that has been made significantly smaller (deleted a bunch of methods) and originally
is from the Apache Ant Project (http://ant.apache.org), org.apache.tools.zip package.
|
class |
UnrecognizedExtraField
This is a class that has been made significantly smaller (deleted a bunch of methods) and originally
is from the Apache Ant Project (http://ant.apache.org), org.apache.tools.zip package.
|
Modifier and Type | Method and Description |
---|---|
static ZipExtraField |
ExtraFieldUtils.createExtraField(ZipShort headerId)
Create an instance of the appropriate ExtraField, falls back to
UnrecognizedExtraField . |
static ZipExtraField[] |
ExtraFieldUtils.parseA(byte[] data) |
Modifier and Type | Method and Description |
---|---|
static List<ZipExtraField> |
ExtraFieldUtils.parse(byte[] data)
Split the array into ExtraFields and populate them with the
given data as local file data, throwing an exception if the
data cannot be parsed.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ExtraFieldUtils.mergeLocalFileDataData(List<ZipExtraField> data)
Merges the local file data fields of the given ZipExtraFields.
|
Copyright © 2017 ZeroTurnaround. All rights reserved.