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)
| 217 | * @return |
| 218 | */ |
| 219 | boolean setURLBytes(URL url, Object isOrBytes); |
| 220 | |
| 221 | /** |
| 222 | * Same as setFileBytes. |
no outgoing calls
no test coverage detected