We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5107cd2 commit 3f1d54fCopy full SHA for 3f1d54f
src/main/java/software/coley/llzip/format/model/EndOfCentralDirectory.java
@@ -190,6 +190,9 @@ public void setZipComment(ByteData zipComment) {
190
this.zipComment = zipComment;
191
}
192
193
+ /**
194
+ * @return Optional comment, or empty string.
195
+ */
196
public String getZipCommentAsString() {
197
String zipCommentCache = this.zipCommentCache;
198
if (zipCommentCache == null) {
0 commit comments