public class UnixExternalFileAttributesParser extends Object implements ZipExternalFileAttributesParser
UnixExternalFileAttributes.UnixExternalFileAttributes| Modifier and Type | Field and Description |
|---|---|
static UnixExternalFileAttributesParser |
INSTANCE
Singleton instance that may be used instead of instantiating this class.
|
| Constructor and Description |
|---|
UnixExternalFileAttributesParser() |
| 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.
|
UnixExternalFileAttributes |
parse(ZipVersionMadeBy vmb,
byte[] barr)
Parse the external file attributes.
|
public static final UnixExternalFileAttributesParser INSTANCE
public ZipVersionMadeBy getVersionMadeBy()
ZipExternalFileAttributesParsergetVersionMadeBy in interface ZipExternalFileAttributesParserpublic UnixExternalFileAttributes parse(ZipVersionMadeBy vmb, byte[] barr)
ZipExternalFileAttributesParserparse in interface ZipExternalFileAttributesParservmb - 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.