bit7z icon indicating copy to clipboard operation
bit7z copied to clipboard

BitExtractor to MapViewFile

Open BiaoGe2399 opened this issue 1 year ago • 0 comments

Feature description

When operating large files, use memory mapped files. I want to extract them into memory mapped files.

Additional context

void extract( const wstring& in_file, vector< byte_t >& out_buffer, unsigned int index = 0 ) const;

this must is vector<byte_t> type,i want is any type

Code of Conduct

BiaoGe2399 avatar Oct 11 '22 09:10 BiaoGe2399