Click or drag to resize

CSYSCRCFileOffset Method

Compute the CRC of a file with an Offset

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int CRCFileOffset(
	string file,
	int offset
)

public static int CRCFileOffset(
	string file,
	int offset
)

Parameters

file
Type: SystemString
File Name
offset
Type: SystemInt32
Offset in the file (0 for start)

Return Value

Type: Int32
CRC Value
See Also