Method
saveFile
(MediaEntry e, InputStream data)
Source from the content-addressed store, hash-verified
| 205 | } |
| 206 | |
| 207 | public void saveFile(MediaEntry e, InputStream data) { |
| 208 | // saveFile(getCurrentFile(e, MediaLibrary.CREATE_LOCAL_ON_SAVE), data); |
| 209 | } |
| 210 | |
| 211 | public void saveFile(MediaFile f, InputStream data) { |
| 212 | // TODO: If file is temporary but is supposed to be created local when saved, then move the save to a permanent file!! |
Callers
nothing calls this directly
Tested by
no test coverage detected