Searched refs:commentSize (Results 1 – 2 of 2) sorted by relevance
136 int commentSize = Ints.checkedCast(F_COMMENT_SIZE.read(bytes)); in Eocd() local152 if (bytes.remaining() < commentSize) { in Eocd()154 + "size is " + commentSize + ")."); in Eocd()157 comment = new byte[commentSize]; in Eocd()
155 int commentSize = ZipUtils.getUnsignedInt16(buf); in getRecord() local159 int recordSize = HEADER_SIZE_BYTES + nameSize + extraSize + commentSize; in getRecord()