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