Ejemplo n.º 1
0
 /**
  * Sets the ZIP file comment.
  *
  * @param comment the ZIP file comment
  * @throws ZipException if the comment is longer than 0xffff bytes
  */
 public void setComment(String comment) throws ZipException {
   zipData.setComment(comment);
 }