Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
GetFileSize ( ) : int | ||
Getc ( ) : int | ||
Open ( string fullPath, string mode ) : File7 | ||
Putc ( char value ) : void | ||
ReadAllBytes ( string fullpath ) : byte[] | ||
ReadAllString ( string fullpath ) : string | ||
Seek ( long offset, int origin ) : void |
Method | Description | |
---|---|---|
File7 ( int handle ) : System | ||
checkDisposed ( ) : void |
public static Open ( string fullPath, string mode ) : File7 | ||
fullPath | string | |
mode | string | |
return | File7 |
public static ReadAllBytes ( string fullpath ) : byte[] | ||
fullpath | string | |
return | byte[] |
public static ReadAllString ( string fullpath ) : string | ||
fullpath | string | |
return | string |
public Seek ( long offset, int origin ) : void | ||
offset | long | |
origin | int | |
return | void |