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

Method copy

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

Source from the content-addressed store, hash-verified

153 ///
154 /// - `o`: destination
155 public static void copy(InputStream i, OutputStream o) throws IOException {
156 copy(i, o, 8192);
157 }
158
159 /// Copy the input stream into the output stream, without closing the streams when done
160 ///

Callers 15

openReaderMethod · 0.95
closeMethod · 0.95
readInputStreamMethod · 0.95
readResponseMethod · 0.95
runMethod · 0.95
exifRotationMethod · 0.95
copyFileMethod · 0.95
pickImageMethod · 0.95
runMethod · 0.95
createMediaMethod · 0.95
capturePhotoMethod · 0.95
runMethod · 0.95

Calls 3

copyNoCloseMethod · 0.95
getImplementationMethod · 0.95
cleanupMethod · 0.65

Tested by

no test coverage detected