MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / replaceWithData

Method replaceWithData

Source/Lua/JuceClasses/LFile.h:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 bool replaceWithData (const LMemoryBlock &dataToWrite)
23 {
24 return (File::replaceWithData (dataToWrite.getData(), (size_t)dataToWrite.getSize()));
25 }
26
27 bool appendData (const LMemoryBlock &dataToAppend)
28 {

Callers 6

setBundleInfoCarbonMethod · 0.45
importResourceMethod · 0.45
exportPanelMethod · 0.45
savePanelBinMethod · 0.45
savePanelXmlMethod · 0.45

Calls 2

getDataMethod · 0.45
getSizeMethod · 0.45

Tested by

no test coverage detected