C# Class cadencii.java.io.FileInputStream

Inheritance: System.IO.FileStream, InputStream
Afficher le fichier Open project: cadencii/cadencii Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public FileInputStream ( String fileName ) : System
fileName String
Résultat System

close() public méthode

public close ( ) : void
Résultat void

read() public méthode

public read ( ) : int
Résultat int

read() public méthode

public read ( byte b ) : int
b byte
Résultat int

read() public méthode

public read ( byte b, int off, int len ) : int
b byte
off int
len int
Résultat int