Home
last modified time | relevance | path

Searched refs:externalAttributes (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveEntry.java134 private long externalAttributes = 0; field in ZipArchiveEntry
308 return externalAttributes; in getExternalAttributes()
316 externalAttributes = value; in setExternalAttributes()