Home
last modified time | relevance | path

Searched refs:CommentSource (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveEntry.java91 public enum CommentSource { enum in ZipArchiveEntry
146 private CommentSource commentSource = CommentSource.COMMENT;
1003 public CommentSource getCommentSource() { in getCommentSource()
1012 public void setCommentSource(CommentSource commentSource) { in setCommentSource()
DZipUtil.java251 ze.setCommentSource(ZipArchiveEntry.CommentSource.UNICODE_EXTRA_FIELD); in setNameAndCommentFromExtraFields()