Searched refs:fileCommentLength (Results 1 – 2 of 2) sorted by relevance
54 private final char fileCommentLength; field in CentralDirectory64 this.fileCommentLength = builder.fileCommentLength; in CentralDirectory()118 (int) this.extraFieldLength, (int) this.fileCommentLength); in toString()131 private char fileCommentLength; field in CentralDirectory.Builder152 public Builder setFileCommentLength(char fileCommentLength) { in setFileCommentLength() argument153 this.fileCommentLength = fileCommentLength; in setFileCommentLength()
406 char fileCommentLength = cdBuffer.getChar(); in parseCentralDirectory() local412 … .setFileCommentLength(fileCommentLength).setRelativeOffsetOfLocalHeader(locHdrOffset); in parseCentralDirectory()418 if (fileCommentLength != 0) { in parseCentralDirectory()419 cdBuffer.get(new byte[fileCommentLength]); in parseCentralDirectory()