MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / setURLBytes

Method setURLBytes

src/swingjs/api/JSUtilI.java:219–219  ·  view source on GitHub ↗

Set the given URL object's _streamData field from an InputStream or a byte[] array. @param f @param isOrBytes BufferedInputStream, ByteArrayInputStream, FileInputStream, or byte[] @return

(URL url, Object isOrBytes)

Source from the content-addressed store, hash-verified

217 * @return
218 */
219 boolean setURLBytes(URL url, Object isOrBytes);
220
221 /**
222 * Same as setFileBytes.

Callers 2

openZipEntryStreamMethod · 0.80
_getURLFromPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected