MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / getData

Method getData

src/bin/zip/ExtraDataRecord.java:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 }
173
174 public byte[] getData() {
175 return data;
176 }
177
178 public void setData(byte[] data) {
179 this.data = data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected