Method | Description | |
---|---|---|
CreateFromCoreFile ( string filename, FileAccess access, string target ) : |
Creates a BfdStream from a given Core dump file
|
|
CreateFromCoreFileSelectSection ( string filename, FileAccess access, string target, string sectionName ) : |
Creates a BfdStream from a given Core dump file and selects the specified section
|
|
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SelectSection ( string name ) : void |
Selects a section in the bfd file
|
|
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AssertSection ( ) : void | ||
BfdStream ( |
public static CreateFromCoreFile ( string filename, FileAccess access, string target ) : |
||
filename | string | Path to the cire file |
access | FileAccess | |
target | string | |
return |
public static CreateFromCoreFileSelectSection ( string filename, FileAccess access, string target, string sectionName ) : |
||
filename | string | Path to the cire file |
access | FileAccess | |
target | string | |
sectionName | string | |
return |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public SelectSection ( string name ) : void | ||
name | string |
/// A |
return | void |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |