Property | Type | Description | |
---|---|---|---|
BlockOffset | uint |
Property | Type | Description | |
---|---|---|---|
diskFile |
Method | Description | |
---|---|---|
DiskDevice ( string filename ) : System.IO |
Initializes a new instance of the DiskDevice class.
|
|
Dispose ( ) : void |
Releases unmanaged and - optionally - managed resources
|
|
ReadBlock ( uint block, uint count, byte data ) : bool |
Reads the block.
|
|
ReadBlock ( uint block, uint count ) : byte[] |
Reads the block.
|
|
WriteBlock ( uint block, uint count, byte data ) : bool |
Writes the block.
|
public DiskDevice ( string filename ) : System.IO | ||
filename | string | The filename. |
return | System.IO |
public ReadBlock ( uint block, uint count, byte data ) : bool | ||
block | uint | The block. |
count | uint | The count. |
data | byte | The data. |
return | bool |
public ReadBlock ( uint block, uint count ) : byte[] | ||
block | uint | The block. |
count | uint | The count. |
return | byte[] |
public WriteBlock ( uint block, uint count, byte data ) : bool | ||
block | uint | The block. |
count | uint | The count. |
data | byte | The data. |
return | bool |