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