MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / ReadAtOffset

Method ReadAtOffset

Bcore/src/main/cpp/ziparchive/zip_archive.cc:877–879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875 : Reader(), zip_file_(zip_file), entry_(entry) {}
876
877 virtual bool ReadAtOffset(uint8_t* buf, size_t len, uint32_t offset) const {
878 return zip_file_.ReadAtOffset(buf, len, entry_->offset + offset);
879 }
880
881 virtual ~EntryReader() {}
882

Callers

nothing calls this directly

Calls 1

ReadAtOffsetMethod · 0.45

Tested by

no test coverage detected