Searched refs:commentByteCount (Results 1 – 1 of 1) sorted by relevance
75 int commentByteCount = in.getShort() & 0xffff; in readEntry() local95 if (commentByteCount > 0) { in readEntry()96 byte[] commentBytes = new byte[commentByteCount]; in readEntry()97 in.get(commentBytes, 0, commentByteCount); in readEntry()