MCPcopy Index your code
hub / github.com/dumbledore/AlbiteREADER / setCompressedSize

Method setCompressedSize

src/gnu/zip/ZipEntry.java:265–268  ·  view source on GitHub ↗

Sets the size of the compressed data.

(long csize)

Source from the content-addressed store, hash-verified

263 * Sets the size of the compressed data.
264 */
265 public void setCompressedSize(long csize)
266 {
267 this.compressedSize = csize;
268 }
269
270 /**
271 * Gets the size of the compressed data.

Callers 3

readEntriesMethod · 0.95
getNextEntryMethod · 0.80
readDataDescrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected