Searched refs:externalAttributes (Results 1 – 2 of 2) sorted by relevance
102 private long externalAttributes; field in CentralDirectoryHeader159 externalAttributes = 0; in CentralDirectoryHeader()344 return externalAttributes; in getExternalAttributes()352 void setExternalAttributes(long externalAttributes) { in setExternalAttributes() argument353 this.externalAttributes = externalAttributes; in setExternalAttributes()
324 long externalAttributes = F_EXTERNAL_ATTRIBUTES.read(bytes); in readEntry() local373 centralDirectoryHeader.setExternalAttributes(externalAttributes); in readEntry()