Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DBraun/DawDreamer
/ writeInt
Method
writeInt
JuceLibraryCode/modules/juce_core/streams/juce_OutputStream.cpp:109–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
bool OutputStream::writeInt (int value)
110
{
111
auto v = ByteOrder::swapIfBigEndian ((uint32) value);
112
return write (&v, 4);
113
}
114
115
bool OutputStream::writeIntBigEndian (int value)
116
{
Callers
15
copyXmlToBinary
Method · 0.80
writeHeader
Function · 0.80
appendLabelOrNoteChunk
Function · 0.80
appendExtraChunk
Function · 0.80
createFrom
Function · 0.80
writeValue
Function · 0.80
writeHeader
Method · 0.80
writeChunkHeader
Method · 0.80
writeToStream
Method · 0.80
saveAsBinary
Method · 0.80
writeToStream
Method · 0.80
writeData
Method · 0.80
Calls
2
swapIfBigEndian
Function · 0.85
write
Function · 0.50
Tested by
no test coverage detected