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

Method WriteUInt16

src/SafeFile.cpp:271–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269
270
271void CFileDataIO::WriteUInt16(uint16 value)
272{
273 ENDIAN_SWAP_I_16(value);
274
275 Write(&value, sizeof(uint16));
276}
277
278
279void CFileDataIO::WriteUInt32(uint32 value)

Callers 15

SendHashsetPacketMethod · 0.80
SendRankingInfoMethod · 0.80
SaveServerMetMethod · 0.80
WriteHashMethod · 0.80
WriteLowestLevelHashsMethod · 0.80
SendFileRequestMethod · 0.80
UDPReaskForDownloadMethod · 0.80
SendAICHRequestMethod · 0.80
ProcessAICHRequestMethod · 0.80
WriteToFileMethod · 0.80
WriteToFileMethod · 0.80

Calls

no outgoing calls

Tested by 4

writeValueMethod · 0.64
runMethod · 0.64
runMethod · 0.64
TESTFunction · 0.64