Searched defs:commentLength (Results 1 – 3 of 3) sorted by relevance
86 private int commentLength; field in EndOfCentralDirectory226 public void setCommentLength(int commentLength) { in setCommentLength()
119 private int commentLength; field in CentralDirectory342 public void setCommentLength(int commentLength) { in setCommentLength()
88 …int commentLength = getUInt16FromBuffer(searchBuffer, currentOffset + ZIP_EOCD_COMMENT_LENGTH_OFFS… in findEocdInSearchBuffer() local