C# 클래스 bigloo.output_socket_port

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

공개 프로퍼티들

프로퍼티 타입 설명
_socket System.Net.Sockets.Socket

공개 메소드들

메소드 설명
close ( ) : Object
flush ( ) : Object
invoke_flush_hook ( bigloo size ) : void
output_socket_port ( Socket _socket ) : System
write ( String s ) : void
write ( byte s ) : void
write ( byte s, int start, int end ) : void
write ( int cn ) : void

비공개 메소드들

메소드 설명
sendbuffer ( byte s, int start, int end ) : void

메소드 상세

close() 공개 메소드

public close ( ) : Object
리턴 Object

flush() 공개 메소드

public flush ( ) : Object
리턴 Object

invoke_flush_hook() 공개 메소드

public invoke_flush_hook ( bigloo size ) : void
size bigloo
리턴 void

output_socket_port() 공개 메소드

public output_socket_port ( Socket _socket ) : System
_socket System.Net.Sockets.Socket
리턴 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 end ) : void
s byte
start int
end int
리턴 void

write() 공개 메소드

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

프로퍼티 상세

_socket 공개적으로 프로퍼티

public Socket,System.Net.Sockets _socket
리턴 System.Net.Sockets.Socket