C# Class java.io.Writer

Inheritance: java.lang.Appendable, java.io.Closeable, java.io.Flushable
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Writer ( global @__env )
Writer ( java arg0 )

Private Methods

Method Description
Writer ( )

Method Details

Writer() protected method

protected Writer ( global @__env )
@__env global

Writer() protected method

protected Writer ( java arg0 )
arg0 java

append() public method

public append ( char arg0 ) : global::java.lang.Appendable
arg0 char
return global::java.lang.Appendable

append() public method

public append ( java arg0 ) : global::java.lang.Appendable
arg0 java
return global::java.lang.Appendable

append() public method

public append ( java arg0, int arg1, int arg2 ) : global::java.lang.Appendable
arg0 java
arg1 int
arg2 int
return global::java.lang.Appendable

append() public method

public append ( string arg0 ) : java.lang.Appendable
arg0 string
return java.lang.Appendable

append() public method

public append ( string arg0, int arg1, int arg2 ) : java.lang.Appendable
arg0 string
arg1 int
arg2 int
return java.lang.Appendable

close() public abstract method

public abstract close ( ) : void
return void

flush() public abstract method

public abstract flush ( ) : void
return void

write() public method

public write ( char arg0 ) : void
arg0 char
return void

write() public abstract method

public abstract write ( char arg0, int arg1, int arg2 ) : void
arg0 char
arg1 int
arg2 int
return void

write() public method

public write ( int arg0 ) : void
arg0 int
return void

write() public method

public write ( java arg0 ) : void
arg0 java
return void

write() public method

public write ( java arg0, int arg1, int arg2 ) : void
arg0 java
arg1 int
arg2 int
return void