C# 클래스 com.codename1.impl.OutputStreamProxy

상속: java.io.OutputStream
파일 보기 프로젝트 열기: Pmovil/CN1WindowsPort

공개 메소드들

메소드 설명
OutputStreamProxy ( Stream internalStream ) : System
close ( ) : void
flush ( ) : void
write ( global n1 ) : void
write ( global n1, int n2, int n3 ) : void
write ( int n1 ) : void

메소드 상세

OutputStreamProxy() 공개 메소드

public OutputStreamProxy ( Stream internalStream ) : System
internalStream Stream
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

flush() 공개 메소드

public flush ( ) : void
리턴 void

write() 공개 메소드

public write ( global n1 ) : void
n1 global
리턴 void

write() 공개 메소드

public write ( global n1, int n2, int n3 ) : void
n1 global
n2 int
n3 int
리턴 void

write() 공개 메소드

public write ( int n1 ) : void
n1 int
리턴 void