MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / GetDataPtr

Method GetDataPtr

Libraries/unrar/rawread.hpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 uint GetCRC15(bool ProcessedOnly);
27 uint GetCRC50();
28 byte* GetDataPtr() {return &Data[0];}
29 size_t Size() {return DataSize;}
30 size_t PaddedSize() {return Data.Size()-DataSize;}
31 size_t DataLeft() {return DataSize-ReadPos;}

Callers 1

ReadHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected