Searched refs:commentLength (Results 1 – 3 of 3) sorted by relevance
86 private int commentLength; field in EndOfCentralDirectory159 UnsignedDecimalUtil.setUnsignedShort(bf, commentLength); in toBytes()160 if (commentLength > 0) { in toBytes()223 return commentLength; in getCommentLength()226 public void setCommentLength(int commentLength) { in setCommentLength() argument227 this.commentLength = commentLength; in setCommentLength()
119 private int commentLength; field in CentralDirectory225 UnsignedDecimalUtil.setUnsignedShort(bf, commentLength); in toBytes()236 if (commentLength > 0) { in toBytes()339 return commentLength; in getCommentLength()342 public void setCommentLength(int commentLength) { in setCommentLength() argument343 this.commentLength = commentLength; in setCommentLength()
88 …int commentLength = getUInt16FromBuffer(searchBuffer, currentOffset + ZIP_EOCD_COMMENT_LENGTH_OFFS… in findEocdInSearchBuffer() local90 if (commentLength == expectedCommentLength) { in findEocdInSearchBuffer()