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

Method checkClosed

src/gnu/zip/ZipFile.java:212–216  ·  view source on GitHub ↗

Checks if file is closed and throws an exception.

()

Source from the content-addressed store, hash-verified

210 * Checks if file is closed and throws an exception.
211 */
212 private void checkClosed()
213 {
214 if (closed)
215 throw new IllegalStateException("ZipFile has closed: " + name);
216 }
217
218 /**
219 * Read the central directory of a zip file and fill the entries

Callers 4

getEntriesMethod · 0.95
getEntryMethod · 0.95
getInputStreamMethod · 0.95
sizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected