MCPcopy Create free account
hub / github.com/beefytech/Beef / ReadInt8

Method ReadInt8

BeefySysLib/DataStream.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12int8 DataStream::ReadInt8()
13{
14 int8 anInt8;
15 Read(&anInt8, sizeof(int8));
16 return anInt8;
17}
18
19uint8 DataStream::ReadUInt8()
20{

Callers 5

ReadPSDValueMethod · 0.80
ReadExtraInfoMethod · 0.80
InitMethod · 0.80
ReadImageDataMethod · 0.80
ReadDataMethod · 0.80

Calls 1

ReadFunction · 0.85

Tested by

no test coverage detected