C# Class cadencii.java.io.FileInputStream

Inheritance: System.IO.FileStream, InputStream
显示文件 Open project: cadencii/cadencii Class Usage Examples

Public Methods

Method Description
FileInputStream ( String fileName ) : System
close ( ) : void
read ( ) : int
read ( byte b ) : int
read ( byte b, int off, int len ) : int

Method Details

FileInputStream() public method

public FileInputStream ( String fileName ) : System
fileName String
return System

close() public method

public close ( ) : void
return void

read() public method

public read ( ) : int
return int

read() public method

public read ( byte b ) : int
b byte
return int

read() public method

public read ( byte b, int off, int len ) : int
b byte
off int
len int
return int