C# Class CSharp___DllImport.Phone.IO.File7

Inheritance: IDisposable
Show file Open project: ApexHAB/apex-lumia

Public Methods

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

Private Methods

Method Description
File7 ( int handle ) : System
checkDisposed ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetFileSize() public method

public GetFileSize ( ) : int
return int

Getc() public method

public Getc ( ) : int
return int

Open() public static method

public static Open ( string fullPath, string mode ) : File7
fullPath string
mode string
return File7

Putc() public method

public Putc ( char value ) : void
value char
return void

ReadAllBytes() public static method

public static ReadAllBytes ( string fullpath ) : byte[]
fullpath string
return byte[]

ReadAllString() public static method

public static ReadAllString ( string fullpath ) : string
fullpath string
return string

Seek() public method

public Seek ( long offset, int origin ) : void
offset long
origin int
return void