Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ CopyData
Method
CopyData
Libraries/unrar/unpack50frag.cpp:90–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
89
90
void FragmentedWindow::CopyData(byte *Dest,size_t WinPos,size_t Size)
91
{
92
for (size_t I=0;I<Size;I++)
93
Dest[I]=(*this)[WinPos+I];
94
}
95
96
97
size_t FragmentedWindow::GetBlockSize(size_t StartPos,size_t RequiredSize)
Callers
1
UnpWriteBuf
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected