Searched refs:setEocdComment (Results 1 – 3 of 3) sorted by relevance
1692 zf.setEocdComment(new byte[] { 'b', 'a', 'r', 'r' });1712 zf.setEocdComment(new byte[65536]);1718 zf.setEocdComment(new byte[65535]);1740 zf.setEocdComment(data);1760 zf.setEocdComment(data);1774 zf.setEocdComment(comment);
184 zf.setEocdComment(new byte[2]); in cannotSetEocdCommentInRoMode()
2593 public void setEocdComment(@Nonnull byte[] comment) { in setEocdComment() method