Свойство | Тип | Описание | |
---|---|---|---|
BlockOffset | uint |
Свойство | Тип | Описание | |
---|---|---|---|
diskFile |
Метод | Описание | |
---|---|---|
BlockFileStream ( string filename ) : System.IO |
Initializes a new instance of the BlockFileStream 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 BlockFileStream ( string filename ) : System.IO | ||
filename | string | The filename. |
Результат | System.IO |
public ReadBlock ( uint block, uint count, byte data ) : bool | ||
block | uint | The block. |
count | uint | The count. |
data | byte | The data. |
Результат | bool |
public ReadBlock ( uint block, uint count ) : byte[] | ||
block | uint | The block. |
count | uint | The count. |
Результат | byte[] |
public WriteBlock ( uint block, uint count, byte data ) : bool | ||
block | uint | The block. |
count | uint | The count. |
data | byte | The data. |
Результат | bool |