프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |