|
<< Click to Display Table of Contents >> Navigation: Classes > THsmStream > Methods > Flush |
SIGNATURE=IW.Common.HsmStream.THsmStream.Flush@Int64@Int64
ETYPE=Method
Declaration:
Delphi: |
public procedure Flush(const aStartPos: Int64; const aSize: Int64); overload; |
C++: |
void public: __fastcall Flush(const __int64 aStartPos, const __int64 aSize); |
Description: Creates a new InnerStream using TTempFileStream The difference to the other Flush method is that this will copy only "aSize" bytes from the original Stream, starting at "aStartPos"