MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / copyNoClose

Method copyNoClose

CodenameOne/src/com/codename1/io/Util.java:168–170  ·  view source on GitHub ↗
(InputStream i, OutputStream o, int bufferSize)

Source from the content-addressed store, hash-verified

166 ///
167 /// - `bufferSize`: the size of the buffer, which should be a power of 2 large enough
168 public static void copyNoClose(InputStream i, OutputStream o, int bufferSize) throws IOException {
169 copyNoClose(i, o, bufferSize, null);
170 }
171
172 /// Copy the input stream into the output stream, without closing the streams when done
173 ///

Callers 12

appendToMethod · 0.95
appendToMethod · 0.95
copyMethod · 0.95
runMethod · 0.95
readToBytesNoCloseMethod · 0.95
createSkinBytesMethod · 0.95
unzipProjectMethod · 0.95
readZipEntriesMethod · 0.95
readFileMethod · 0.95
readZipEntriesMethod · 0.95
readToBytesNoCloseMethod · 0.95
loadSkinFileMethod · 0.95

Calls 3

readMethod · 0.65
writeMethod · 0.65
ioStreamUpdateMethod · 0.65

Tested by 4

unzipProjectMethod · 0.76
readZipEntriesMethod · 0.76
readFileMethod · 0.76
readZipEntriesMethod · 0.76