Searched refs:F_COMMENT_SIZE (Results 1 – 1 of 1) sorted by relevance
86 private static final ZipField.F2 F_COMMENT_SIZE = new ZipField.F2(F_CD_OFFSET.endOffset(), field in Eocd136 int commentSize = Ints.checkedCast(F_COMMENT_SIZE.read(bytes)); in Eocd()218 return (long) F_COMMENT_SIZE.endOffset() + comment.length; in getEocdSize()253 ByteBuffer out = ByteBuffer.allocate(F_COMMENT_SIZE.endOffset() + comment.length); in computeByteRepresentation()263 F_COMMENT_SIZE.write(out, comment.length); in computeByteRepresentation()