C# 클래스 bigloo.output_procedure_port

상속: output_stream_port
파일 보기 프로젝트 열기: mbrock/bigloo-llvm

공개 메소드들

메소드 설명
close ( ) : Object
flush ( ) : Object
output_procedure_port ( procedure p, procedure f, procedure c ) : System
write ( String s ) : void
write ( byte s ) : void
write ( byte s, int start, int len ) : void
write ( int cn ) : void
write ( output_port p ) : void

비공개 메소드들

메소드 설명
getbytes ( String s ) : byte[]

메소드 상세

close() 공개 메소드

public close ( ) : Object
리턴 Object

flush() 공개 메소드

public flush ( ) : Object
리턴 Object

output_procedure_port() 공개 메소드

public output_procedure_port ( procedure p, procedure f, procedure c ) : System
p procedure
f procedure
c procedure
리턴 System

write() 공개 메소드

public write ( String s ) : void
s String
리턴 void

write() 공개 메소드

public write ( byte s ) : void
s byte
리턴 void

write() 공개 메소드

public write ( byte s, int start, int len ) : void
s byte
start int
len int
리턴 void

write() 공개 메소드

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

write() 공개 메소드

public write ( output_port p ) : void
p output_port
리턴 void