MCPcopy Create free account
hub / github.com/badvision/jace / saveFile

Method saveFile

src/main/java/jace/library/MediaCache.java:207–209  ·  view source on GitHub ↗
(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

Calls 6

gripeMethod · 0.95
closeMethod · 0.80
getNameMethod · 0.65
readMethod · 0.45
writeMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected