C# Class cadencii.java.io.BufferedWriter

Afficher le fichier Open project: cadencii/cadencii

Méthodes publiques

Méthode Description
BufferedWriter ( FileWriter writer ) : System
BufferedWriter ( OutputStreamWriter writer ) : System
close ( ) : void
flush ( ) : void
newLine ( ) : void
write ( String str ) : void
write ( String s, int off, int len ) : void
write ( char cbuf ) : void
write ( char cbuf, int off, int len ) : void
write ( int c ) : void

Method Details

BufferedWriter() public méthode

public BufferedWriter ( FileWriter writer ) : System
writer FileWriter
Résultat System

BufferedWriter() public méthode

public BufferedWriter ( OutputStreamWriter writer ) : System
writer OutputStreamWriter
Résultat System

close() public méthode

public close ( ) : void
Résultat void

flush() public méthode

public flush ( ) : void
Résultat void

newLine() public méthode

public newLine ( ) : void
Résultat void

write() public méthode

public write ( String str ) : void
str String
Résultat void

write() public méthode

public write ( String s, int off, int len ) : void
s String
off int
len int
Résultat void

write() public méthode

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

write() public méthode

public write ( char cbuf, int off, int len ) : void
cbuf char
off int
len int
Résultat void

write() public méthode

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