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

Method close

src/gnu/zip/ZipInputStream.java:364–370  ·  view source on GitHub ↗

Closes the zip file. @exception IOException if a i/o error occured.

()

Source from the content-addressed store, hash-verified

362 * @exception IOException if a i/o error occured.
363 */
364 public void close() throws IOException
365 {
366 super.close();
367 crc = null;
368 entry = null;
369 entryAtEOF = true;
370 }
371
372 /**
373 * Creates a new zip entry for the given name. This is equivalent

Callers 1

getNextEntryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected