CRC32CalculateCRC Method (Stream, Int64, Int64) |
Namespace:
EnterpriseDT.Util
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic uint CalculateCRC(
Stream stream,
long offset,
long length
)
Public Function CalculateCRC (
stream As Stream,
offset As Long,
length As Long
) As UInteger
public:
unsigned int CalculateCRC(
Stream^ stream,
long long offset,
long long length
)
member CalculateCRC :
stream : Stream *
offset : int64 *
length : int64 -> uint32
Parameters
- stream
- Type: System.IOStream
- offset
- Type: SystemInt64
- length
- Type: SystemInt64
Return Value
Type:
UInt32
See Also