MCPcopy Create free account
hub / github.com/IENT/YUView / read8

Function read8

YUViewLib/src/decoder/decoderTarga.cpp:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196};
197
198uint8_t read8(std::ifstream &file)
199{
200 char c;
201 file.get(c);
202 return uint8_t(c);
203}
204
205uint16_t read16(std::ifstream &file)
206{

Callers 7

read24AsRgbFunction · 0.85
read32AsRgbFunction · 0.85
readColormapFunction · 0.85
readRunLengthColorFunction · 0.85
readHeaderFunction · 0.85
readImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected