MCPcopy Create free account
hub / github.com/ReadyTalk/avian / finish

Method finish

classpath/java/util/zip/ZipOutputStream.java:221–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219 }
220
221 private void finish() throws IOException {
222 deflater.finish();
223 while (!deflater.finished()) {
224 deflate();
225 }
226 deflater.reset();
227 }
228
229 private void addTwoBytes(int bytes, int offset, byte[] buffer) throws IOException {
230 buffer[offset] = (byte) (bytes & 0xff);

Callers 1

closeEntryMethod · 0.95

Calls 3

deflateMethod · 0.95
finishedMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected