C# 클래스 bigloo.input_port

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

공개 프로퍼티들

프로퍼티 타입 설명
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 ( output_port p ) : void

메소드 상세

bgl_input_port_reopen() 공개 메소드

public bgl_input_port_reopen ( ) : Object
리턴 Object

bgl_input_port_seek() 공개 메소드

public bgl_input_port_seek ( int pos ) : object
pos int
리턴 object

close() 공개 메소드

public close ( ) : void
리턴 void

input_port() 공개 메소드

public input_port ( String name, byte buf ) : System
name String
buf byte
리턴 System

input_port() 공개 메소드

public input_port ( String name, int bufsiz ) : System
name String
bufsiz int
리턴 System

reset_eof() 공개 메소드

public reset_eof ( ) : bool
리턴 bool

rgc_charready() 공개 추상적인 메소드

public abstract rgc_charready ( ) : bool
리턴 bool

rgc_double_buffer() 공개 메소드

public rgc_double_buffer ( ) : void
리턴 void

rgc_enlarge_buffer_size() 공개 메소드

public rgc_enlarge_buffer_size ( int new_size ) : void
new_size int
리턴 void

rgc_fill_buffer() 공개 추상적인 메소드

public abstract rgc_fill_buffer ( ) : bool
리턴 bool

write() 공개 메소드

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

프로퍼티 상세

buffer 공개적으로 프로퍼티

public byte[] buffer
리턴 byte[]

bufpos 공개적으로 프로퍼티

public int bufpos
리턴 int

bufsiz 공개적으로 프로퍼티

public int bufsiz
리턴 int

chook 공개적으로 프로퍼티

public Object chook
리턴 Object

eof 공개적으로 프로퍼티

public bool eof
리턴 bool

filepos 공개적으로 프로퍼티

public int filepos
리턴 int

forward 공개적으로 프로퍼티

public int forward
리턴 int

lastchar 공개적으로 프로퍼티

public byte lastchar
리턴 byte

length 공개적으로 프로퍼티

public long length
리턴 long

matchstart 공개적으로 프로퍼티

public int matchstart
리턴 int

matchstop 공개적으로 프로퍼티

public int matchstop
리턴 int

name 공개적으로 프로퍼티

public String name
리턴 String

other_eof 공개적으로 프로퍼티

public bool other_eof
리턴 bool

pseudoeof 공개적으로 프로퍼티

public int pseudoeof
리턴 int