C# Class Sharpen.FileInputStream

Inheritance: InputStream
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
FileInputStream ( FilePath file ) : System
FileInputStream ( string file ) : System
GetChannel ( ) : FileChannel

Method Details

FileInputStream() public method

public FileInputStream ( FilePath file ) : System
file FilePath
return System

FileInputStream() public method

public FileInputStream ( string file ) : System
file string
return System

GetChannel() public method

public GetChannel ( ) : FileChannel
return FileChannel