C# Class SharpUV.FileCopy.ReadFile

Inheritance: File
ファイルを表示 Open project: gigi81/sharpuv

Public Methods

Method Description
Open ( WriteFile write ) : void
ReadFile ( string path ) : System

Protected Methods

Method Description
OnClose ( UvArgs args ) : void
OnOpen ( UvArgs args ) : void
OnRead ( UvDataArgs args ) : void

Method Details

OnClose() protected method

protected OnClose ( UvArgs args ) : void
args UvArgs
return void

OnOpen() protected method

protected OnOpen ( UvArgs args ) : void
args UvArgs
return void

OnRead() protected method

protected OnRead ( UvDataArgs args ) : void
args UvDataArgs
return void

Open() public method

public Open ( WriteFile write ) : void
write WriteFile
return void

ReadFile() public method

public ReadFile ( string path ) : System
path string
return System