C# Class java.io.Writer

Inheritance: java.lang.Appendable, java.io.Closeable, java.io.Flushable
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
append ( char arg0 ) : global::java.lang.Appendable
append ( java arg0 ) : global::java.lang.Appendable
append ( java arg0, int arg1, int arg2 ) : global::java.lang.Appendable
append ( string arg0 ) : java.lang.Appendable
append ( string arg0, int arg1, int arg2 ) : java.lang.Appendable
close ( ) : void
flush ( ) : void
write ( char arg0 ) : void
write ( char arg0, int arg1, int arg2 ) : void
write ( int arg0 ) : void
write ( java arg0 ) : void
write ( java arg0, int arg1, int arg2 ) : void

Méthodes protégées

Méthode Description
Writer ( global @__env )
Writer ( java arg0 )

Private Methods

Méthode Description
Writer ( )

Method Details

Writer() protected méthode

protected Writer ( global @__env )
@__env global

Writer() protected méthode

protected Writer ( java arg0 )
arg0 java

append() public méthode

public append ( char arg0 ) : global::java.lang.Appendable
arg0 char
Résultat global::java.lang.Appendable

append() public méthode

public append ( java arg0 ) : global::java.lang.Appendable
arg0 java
Résultat global::java.lang.Appendable

append() public méthode

public append ( java arg0, int arg1, int arg2 ) : global::java.lang.Appendable
arg0 java
arg1 int
arg2 int
Résultat global::java.lang.Appendable

append() public méthode

public append ( string arg0 ) : java.lang.Appendable
arg0 string
Résultat java.lang.Appendable

append() public méthode

public append ( string arg0, int arg1, int arg2 ) : java.lang.Appendable
arg0 string
arg1 int
arg2 int
Résultat java.lang.Appendable

close() public abstract méthode

public abstract close ( ) : void
Résultat void

flush() public abstract méthode

public abstract flush ( ) : void
Résultat void

write() public méthode

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

write() public abstract méthode

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

write() public méthode

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

write() public méthode

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

write() public méthode

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