Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ setCommentData
Method
setCommentData
src/bin/zip/ZipEntry.java:179–181 ·
view source on GitHub ↗
(byte[] commentData)
Source
from the content-addressed store, hash-verified
177
}
178
179
void
setCommentData(byte[] commentData) {
180
this.commentData = commentData;
181
}
182
183
public
byte[] getCommentData() {
184
return
commentData;
Callers
1
readEntries
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected