C# Class com.codename1.impl.OutputStreamProxy

Inheritance: java.io.OutputStream
Afficher le fichier Open project: Pmovil/CN1WindowsPort

Méthodes publiques

Méthode Description
OutputStreamProxy ( Stream internalStream ) : System
close ( ) : void
flush ( ) : void
write ( global n1 ) : void
write ( global n1, int n2, int n3 ) : void
write ( int n1 ) : void

Method Details

OutputStreamProxy() public méthode

public OutputStreamProxy ( Stream internalStream ) : System
internalStream Stream
Résultat System

close() public méthode

public close ( ) : void
Résultat void

flush() public méthode

public flush ( ) : void
Résultat void

write() public méthode

public write ( global n1 ) : void
n1 global
Résultat void

write() public méthode

public write ( global n1, int n2, int n3 ) : void
n1 global
n2 int
n3 int
Résultat void

write() public méthode

public write ( int n1 ) : void
n1 int
Résultat void