MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / read8

Method read8

external/tga/decoder.cpp:290–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290uint8_t Decoder::read8()
291{
292 return m_file->read8();
293}
294
295// Reads a WORD (16 bits) using in little-endian byte ordering.
296uint16_t Decoder::read16()

Callers 3

readHeaderMethod · 0.45
read16Method · 0.45
read32Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected