C# Class SteamKit2.Steam2ChecksumData

Represents file checksum data for Steam2 manifests.
Show file Open project: Top-Cat/SteamBot

Public Methods

Method Description
GetFileChecksums ( int FileID ) : int[]

Gets checksums for the given FileID.

Private Methods

Method Description
Steam2ChecksumData ( byte blob ) : System.Collections.Generic

Method Details

GetFileChecksums() public method

Gets checksums for the given FileID.
public GetFileChecksums ( int FileID ) : int[]
FileID int The FileID.
return int[]