#include "rar.hpp" QuickOpen::QuickOpen() { … } QuickOpen::~QuickOpen() { … } void QuickOpen::Init(Archive *Arc,bool WriteMode) { … } void QuickOpen::Close() { … } void QuickOpen::Load(uint64 BlockPos) { … } bool QuickOpen::Read(void *Data,size_t Size,size_t &Result) { … } bool QuickOpen::Seek(int64 Offset,int Method) { … } bool QuickOpen::Tell(int64 *Pos) { … } uint QuickOpen::ReadBuffer() { … } // Fill RawRead object from buffer. bool QuickOpen::ReadRaw(RawRead &Raw) { … } // Read next cached header. bool QuickOpen::ReadNext() { … }