C# Class cadencii.java.io.ObjectInputStream

Inheritance: InputStream
Afficher le fichier Open project: cadencii/cadencii

Méthodes publiques

Méthode Description
ObjectInputStream ( System stream ) : System
close ( ) : void
read ( byte b ) : int
read ( byte b, int off, int len ) : int
readObject ( ) : object

Method Details

ObjectInputStream() public méthode

public ObjectInputStream ( System stream ) : System
stream System
Résultat System

close() public méthode

public close ( ) : void
Résultat void

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

readObject() public méthode

public readObject ( ) : object
Résultat object