Searched refs:getEocdComment (Results 1 – 3 of 3) sorted by relevance
1686 byte[] comment = zf.getEocdComment();1703 assertArrayEquals(new byte[] { 'b', 'a', 'r', 'r' }, zf3.getEocdComment());1744 assertArrayEquals(data, zf.getEocdComment());1778 assertArrayEquals(comment, zf.getEocdComment());1783 assertArrayEquals(comment, zf.getEocdComment());
230 zf.getEocdComment(); in canGetDirectoryAndEocdBytesInRoMode()
2573 public byte[] getEocdComment() { in getEocdComment() method