public class UnparsedExternalFileAttributes extends Object implements ZipExternalFileAttributes
ZipExternalFileAttributes
object that is used for
versions of the Zip software for which there are no version-specific
ZipExternalFileAttributesFactory
objects registered in the
ZipEntryExtraFieldParserRegistry
. This object contains the unparsed
external file attributes value from the Zip entry header.Constructor and Description |
---|
UnparsedExternalFileAttributes(ZipVersionMadeBy vmb,
byte[] barr) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
UnsignedInteger |
getEncodedValue()
Get the value of the external file attributes encoded for storing in a
Zip file.
|
byte[] |
getUnparsedExternalFileAttributes()
Get the unparsed external file attributes for the Zip entry.
|
ZipVersionMadeBy |
getVersionMadeBy()
Get the version of the Zip software used to create these external file
attributes.
|
int |
hashCode() |
String |
toString() |
public UnparsedExternalFileAttributes(ZipVersionMadeBy vmb, byte[] barr)
public ZipVersionMadeBy getVersionMadeBy()
ZipExternalFileAttributes
getVersionMadeBy
in interface ZipExternalFileAttributes
public byte[] getUnparsedExternalFileAttributes()
public UnsignedInteger getEncodedValue()
ZipExternalFileAttributes
getEncodedValue
in interface ZipExternalFileAttributes