C# 클래스 bigloo.binary_port

상속: obj
파일 보기 프로젝트 열기: mbrock/bigloo-llvm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
stream Stream

공개 메소드들

메소드 설명
binary_port ( Stream stream ) : System
close ( ) : binary_port
flush ( ) : binary_port
input_obj ( ) : Object
output_obj ( Object obj ) : obj
write ( output_port p ) : void

메소드 상세

binary_port() 공개 메소드

public binary_port ( Stream stream ) : System
stream Stream
리턴 System

close() 공개 메소드

public close ( ) : binary_port
리턴 binary_port

flush() 공개 메소드

public flush ( ) : binary_port
리턴 binary_port

input_obj() 공개 메소드

public input_obj ( ) : Object
리턴 Object

output_obj() 공개 메소드

public output_obj ( Object obj ) : obj
obj Object
리턴 obj

write() 공개 메소드

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

프로퍼티 상세

stream 공개적으로 프로퍼티

public Stream stream
리턴 Stream