|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/IO/MemoryStream.h"#include "System/ArgumentNullException.h"#include "System/ArgumentOutOfRangeException.h"#include "System/IOException.h"#include <vector>#include <algorithm>#include <cstring>Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::IO |
Functions | |
| static long | DotNetDupe::System::IO::CalculateSeekPosition (long currentPos, long length, long offset, int origin) |
| Calculate new absolute position from origin and offset. | |