C# Class System.IKVMWriter

Inheritance: java.io.Writer
Afficher le fichier Open project: soywiz/NodeNetAsync

Méthodes publiques

Méthode Description
IKVMWriter ( TextWriter TextWriter ) : System
close ( ) : void
flush ( ) : void
write ( char charr, int index, int count ) : void

Method Details

IKVMWriter() public méthode

public IKVMWriter ( TextWriter TextWriter ) : System
TextWriter System.IO.TextWriter
Résultat System

close() public méthode

public close ( ) : void
Résultat void

flush() public méthode

public flush ( ) : void
Résultat void

write() public méthode

public write ( char charr, int index, int count ) : void
charr char
index int
count int
Résultat void