Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases binary reader.
|
|
Read ( Stream input ) : void |
Reads the given Stream.
|
|
Read ( string filename ) : void |
Opens and reads the given filename. The file is held open until the object is disposed.
|
|
Resource ( ) : System |
Initializes a new instance of the Resource class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ConstructFromType ( string input ) : |
||
ConstructResourceType ( ) : ValveResourceFormat.Blocks.ResourceData | ||
DetermineResourceTypeByCompilerIdentifier ( SpecialDependencies input ) : ResourceType |
public Read ( Stream input ) : void | ||
input | Stream | The input |
return | void |
public Read ( string filename ) : void | ||
filename | string | The file to open and read. |
return | void |