MCPcopy Create free account
hub / github.com/anestisb/android-simg2img / SparseFileBufSource

Method SparseFileBufSource

sparse_read.cpp:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126 public:
127 SparseFileBufSource(char* buf) : buf(buf), offset(0) {}
128 ~SparseFileBufSource() override {}
129
130 void Seek(int64_t off) override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected