MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getCompressedSize

Method getCompressedSize

src/gnu/zip/ZipEntry.java:274–277  ·  view source on GitHub ↗

Gets the size of the compressed data. @return the size or -1 if unknown.

()

Source from the content-addressed store, hash-verified

272 * @return the size or -1 if unknown.
273 */
274 public long getCompressedSize()
275 {
276 return compressedSize;
277 }
278
279 /**
280 * Sets the crc of the uncompressed data.

Callers 1

getInputStreamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected