프로퍼티 | 타입 | 설명 | |
---|---|---|---|
buffer | byte[] | ||
bufpos | int | ||
bufsiz | int | ||
chook | Object | ||
eof | bool | ||
filepos | int | ||
forward | int | ||
lastchar | byte | ||
length | long | ||
matchstart | int | ||
matchstop | int | ||
name | String | ||
other_eof | bool | ||
pseudoeof | int |
메소드 | 설명 | |
---|---|---|
bgl_input_port_reopen ( ) : Object | ||
bgl_input_port_seek ( int pos ) : object | ||
close ( ) : void | ||
input_port ( String name, byte buf ) : System | ||
input_port ( String name, int bufsiz ) : System | ||
reset_eof ( ) : bool | ||
rgc_charready ( ) : bool | ||
rgc_double_buffer ( ) : void | ||
rgc_enlarge_buffer_size ( int new_size ) : void | ||
rgc_fill_buffer ( ) : bool | ||
write ( |
public input_port ( String name, byte buf ) : System | ||
name | String | |
buf | byte | |
리턴 | System |
public input_port ( String name, int bufsiz ) : System | ||
name | String | |
bufsiz | int | |
리턴 | System |
public rgc_enlarge_buffer_size ( int new_size ) : void | ||
new_size | int | |
리턴 | void |