MCPcopy Create free account
hub / github.com/amule-project/amule / WriteUInt32

Method WriteUInt32

src/SafeFile.cpp:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277
278
279void CFileDataIO::WriteUInt32(uint32 value)
280{
281 ENDIAN_SWAP_I_32(value);
282
283 Write(&value, sizeof(uint32));
284}
285
286
287void CFileDataIO::WriteUInt64(uint64 value)

Callers 15

SendRankingInfoMethod · 0.80
SaveListMethod · 0.80
SaveServerMetMethod · 0.80
WriteHashMethod · 0.80
WriteLowestLevelHashsMethod · 0.80
SaveHashSetMethod · 0.80
SaveMethod · 0.80
SendBlockRequestsMethod · 0.80
WriteToFileMethod · 0.80
WriteToFileMethod · 0.80
CreateSrcInfoPacketMethod · 0.80

Calls

no outgoing calls

Tested by 3

writeValueMethod · 0.64
runMethod · 0.64
TESTFunction · 0.64