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

Method getMethod

src/gnu/zip/ZipEntry.java:319–322  ·  view source on GitHub ↗

Gets the compression method. @return the compression method or -1 if unknown.

()

Source from the content-addressed store, hash-verified

317 * @return the compression method or -1 if unknown.
318 */
319 public int getMethod()
320 {
321 return method;
322 }
323
324 /**
325 * Sets the extra data.

Callers 1

getInputStreamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected