|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.at4j.zip.extattrs.UnparsedExternalFileAttributes
public class UnparsedExternalFileAttributes
This is a fallback 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 Summary | |
|---|---|
UnparsedExternalFileAttributes(ZipVersionMadeBy vmb,
byte[] barr)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnparsedExternalFileAttributes(ZipVersionMadeBy vmb,
byte[] barr)
| Method Detail |
|---|
public ZipVersionMadeBy getVersionMadeBy()
ZipExternalFileAttributes
getVersionMadeBy in interface ZipExternalFileAttributespublic byte[] getUnparsedExternalFileAttributes()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic UnsignedInteger getEncodedValue()
ZipExternalFileAttributes
getEncodedValue in interface ZipExternalFileAttributes
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||