MCPcopy Create free account
hub / github.com/diffplug/goomph / copy

Method copy

src/main/java/com/diffplug/gradle/ZipMisc.java:167–169  ·  view source on GitHub ↗

Copies one stream into the other.

(InputStream input, OutputStream output)

Source from the content-addressed store, hash-verified

165
166 /** Copies one stream into the other. */
167 private static void copy(InputStream input, OutputStream output) throws IOException {
168 IOUtils.copy(input, output);
169 }
170
171 /**
172 * Unzips a directory to a folder.

Callers 4

readMethod · 0.95
modifyMethod · 0.95
zipMethod · 0.95
unzipMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected