MCPcopy Create free account
hub / github.com/apache/orc / readUInt8

Method readUInt8

c++/src/Geospatial.cc:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 WKBBuffer(const uint8_t* data, int64_t size) : data_(data), size_(size) {}
105
106 uint8_t readUInt8() {
107 return readChecked<uint8_t>();
108 }
109
110 uint32_t readUInt32(bool swap) {
111 auto value = readChecked<uint32_t>();

Callers 1

mergeGeometryInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected