Searched refs:internalAttributes (Results 1 – 2 of 2) sorted by relevance
97 private long internalAttributes; field in CentralDirectoryHeader158 internalAttributes = 0; in CentralDirectoryHeader()326 return internalAttributes; in getInternalAttributes()334 void setInternalAttributes(long internalAttributes) { in setInternalAttributes() argument335 this.internalAttributes = internalAttributes; in setInternalAttributes()
318 long internalAttributes = F_INTERNAL_ATTRIBUTES.read(bytes); in readEntry() local320 (internalAttributes & ~ASCII_BIT) == 0, in readEntry()322 internalAttributes); in readEntry() local372 centralDirectoryHeader.setInternalAttributes(internalAttributes); in readEntry()