Méthode | Description | |
---|---|---|
Close ( Action |
Closes the stream. After this call the stream will not be valid
|
|
Dispose ( ) : void |
Dispose the object freeing unmanaged resources allocated
|
|
File ( ) : System | ||
File ( |
||
Open ( string path, FileAccessMode access, FileOpenMode mode, FilePermissions permissions, Action |
||
OpenAppend ( string path, Action |
||
OpenRead ( string path, Action |
||
OpenWrite ( string path, Action |
||
Read ( Action |
||
Read ( uint length, Action |
Read from the file
|
|
Write ( byte data, Action |
||
Write ( byte data, int offset, int length, Action |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnClose ( |
||
OnOpen ( |
||
OnRead ( |
||
OnWrite ( |
Méthode | Description | |
---|---|---|
CheckError ( int code ) : void | ||
CreateRequest ( ) : |
||
CreateRequest ( byte data, int offset, int length ) : |
||
CreateRequest ( uint length ) : |
||
FreeReadRequest ( |
||
FreeRequest ( |
||
InitDelegates ( ) : void | ||
OnClose ( |
||
OnOpen ( |
||
OnRead ( |
||
OnWrite ( |
||
uv_fs_open ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected OnRead ( |
||
args | ||
Résultat | void |
protected OnWrite ( |
||
args | ||
Résultat | void |
public Open ( string path, FileAccessMode access, FileOpenMode mode, FilePermissions permissions, Action |
||
path | string | |
access | FileAccessMode | |
mode | FileOpenMode | |
permissions | FilePermissions | |
callback | Action |
|
Résultat | void |
public OpenAppend ( string path, Action |
||
path | string | |
callback | Action |
|
Résultat | void |
public OpenRead ( string path, Action |
||
path | string | |
callback | Action |
|
Résultat | void |
public OpenWrite ( string path, Action |
||
path | string | |
callback | Action |
|
Résultat | void |
public Read ( uint length, Action |
||
length | uint | |
callback | Action |
|
Résultat | void |
public Write ( byte data, Action |
||
data | byte | |
callback | Action |
|
Résultat | void |
public Write ( byte data, int offset, int length, Action |
||
data | byte | |
offset | int | |
length | int | |
callback | Action |
|
Résultat | void |