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

Method WriteUInt8

src/SafeFile.cpp:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263
264
265void CFileDataIO::WriteUInt8(uint8 value)
266{
267 Write(&value, sizeof(uint8));
268}
269
270
271void CFileDataIO::WriteUInt16(uint16 value)

Callers 15

SendCommentInfoMethod · 0.80
SaveListMethod · 0.80
SaveServerMetMethod · 0.80
SaveMethod · 0.80
SaveHashSetMethod · 0.80
SaveMethod · 0.80
SendFileRequestMethod · 0.80
SendBlockRequestsMethod · 0.80
SaveMethod · 0.80
CreateSrcInfoPacketMethod · 0.80
SaveMethod · 0.80
ProcessExtPacketMethod · 0.80

Calls

no outgoing calls

Tested by 3

writeValueMethod · 0.64
runMethod · 0.64
TESTFunction · 0.64