C# 클래스 System.IKVMWriter

상속: java.io.Writer
파일 보기 프로젝트 열기: soywiz/NodeNetAsync

공개 메소드들

메소드 설명
IKVMWriter ( TextWriter TextWriter ) : System
close ( ) : void
flush ( ) : void
write ( char charr, int index, int count ) : void

메소드 상세

IKVMWriter() 공개 메소드

public IKVMWriter ( TextWriter TextWriter ) : System
TextWriter System.IO.TextWriter
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

flush() 공개 메소드

public flush ( ) : void
리턴 void

write() 공개 메소드

public write ( char charr, int index, int count ) : void
charr char
index int
count int
리턴 void