C# Class java.io.PipedOutputStream

Inheritance: java.io.OutputStream
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
PipedOutputStream ( java arg0 )
close ( ) : void
connect ( java arg0 ) : void
flush ( ) : void
write ( byte arg0, int arg1, int arg2 ) : void
write ( int arg0 ) : void

Méthodes protégées

Méthode Description
PipedOutputStream ( global @__env )

Private Methods

Méthode Description
PipedOutputStream ( )

Method Details

PipedOutputStream() protected méthode

protected PipedOutputStream ( global @__env )
@__env global

PipedOutputStream() public méthode

public PipedOutputStream ( java arg0 )
arg0 java

close() public méthode

public close ( ) : void
Résultat void

connect() public méthode

public connect ( java arg0 ) : void
arg0 java
Résultat void

flush() public méthode

public flush ( ) : void
Résultat void

write() public méthode

public write ( byte arg0, int arg1, int arg2 ) : void
arg0 byte
arg1 int
arg2 int
Résultat void

write() public méthode

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