Searched refs:fileCommentLength (Results 1 – 2 of 2) sorted by relevance
315 int fileCommentLength = Ints.checkedCast(F_COMMENT_LENGTH.read(bytes)); in readEntry() local327 long remainingSize = fileNameLength + extraFieldLength + fileCommentLength; in readEntry()329 if (bytes.remaining() < fileNameLength + extraFieldLength + fileCommentLength) { in readEntry()338 + fileCommentLength in readEntry()351 byte[] fileCommentField = new byte[fileCommentLength]; in readEntry()
163 public void setFileCommentLength(int fileCommentLength) { in setFileCommentLength() argument164 mFileCommentLength = fileCommentLength; in setFileCommentLength()