C# Class bigloo.input_socket_port

Inheritance: input_port
显示文件 Open project: mbrock/bigloo-llvm

Public Methods

Method Description
close ( ) : void
input_socket_port ( Socket _socket, byte b ) : System
rgc_charready ( ) : bool
rgc_fill_buffer ( ) : bool

Private Methods

Method Description
rgc_size_fill_con_buffer ( int bufpose, int size ) : bool

Method Details

close() public method

public close ( ) : void
return void

input_socket_port() public method

public input_socket_port ( Socket _socket, byte b ) : System
_socket System.Net.Sockets.Socket
b byte
return System

rgc_charready() public method

public rgc_charready ( ) : bool
return bool

rgc_fill_buffer() public method

public rgc_fill_buffer ( ) : bool
return bool