Property | Type | Description | |
---|---|---|---|
Hash | uint | ||
Length | uint | ||
Offset | uint |
Method | Description | |
---|---|---|
AddStandardName ( string s ) : void | ||
HashFilename ( string name, PackageHashType type ) : uint | ||
PackageEntry ( Stream s ) : System | ||
PackageEntry ( uint hash, uint offset, uint length ) : System | ||
ToString ( ) : string | ||
Write ( |
public static AddStandardName ( string s ) : void | ||
s | string | |
return | void |
public static HashFilename ( string name, PackageHashType type ) : uint | ||
name | string | |
type | PackageHashType | |
return | uint |
public PackageEntry ( uint hash, uint offset, uint length ) : System | ||
hash | uint | |
offset | uint | |
length | uint | |
return | System |