C# Class android.util.Base64OutputStream

Inheritance: java.io.FilterOutputStream
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

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

Méthodes protégées

Méthode Description
Base64OutputStream ( global @__env )

Private Methods

Méthode Description
Base64OutputStream ( )

Method Details

Base64OutputStream() protected méthode

protected Base64OutputStream ( global @__env )
@__env global

Base64OutputStream() public méthode

public Base64OutputStream ( java arg0, int arg1 )
arg0 java
arg1 int

close() public méthode

public close ( ) : 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