public interface ZipExternalFileAttributesParser
Parsers for different external file attributes formats are stored in the
ZipExternalFileAttributesParserRegistry.
ZipExternalFileAttributes,
ZipExternalFileAttributesParserRegistry| Modifier and Type | Method and Description |
|---|---|
ZipVersionMadeBy |
getVersionMadeBy()
Get the Zip version that is used to make the kind of external file
attributes that are parsed by this parser.
|
ZipExternalFileAttributes |
parse(ZipVersionMadeBy vmb,
byte[] barr)
Parse the external file attributes.
|
ZipVersionMadeBy getVersionMadeBy()
ZipExternalFileAttributes parse(ZipVersionMadeBy vmb, byte[] barr) throws ZipFileParseException
vmb - The version of the Zip software used to create the Zip entry.barr - The unparsed value of the external file attributes record in
the Zip entry.ZipFileParseException - On parse errors.