C# Class bigloo.input_port

Inheritance: obj
Afficher le fichier Open project: mbrock/bigloo-llvm Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Method Details

bgl_input_port_reopen() public méthode

public bgl_input_port_reopen ( ) : Object
Résultat Object

bgl_input_port_seek() public méthode

public bgl_input_port_seek ( int pos ) : object
pos int
Résultat object

close() public méthode

public close ( ) : void
Résultat void

input_port() public méthode

public input_port ( String name, byte buf ) : System
name String
buf byte
Résultat System

input_port() public méthode

public input_port ( String name, int bufsiz ) : System
name String
bufsiz int
Résultat System

reset_eof() public méthode

public reset_eof ( ) : bool
Résultat bool

rgc_charready() public abstract méthode

public abstract rgc_charready ( ) : bool
Résultat bool

rgc_double_buffer() public méthode

public rgc_double_buffer ( ) : void
Résultat void

rgc_enlarge_buffer_size() public méthode

public rgc_enlarge_buffer_size ( int new_size ) : void
new_size int
Résultat void

rgc_fill_buffer() public abstract méthode

public abstract rgc_fill_buffer ( ) : bool
Résultat bool

write() public méthode

public write ( output_port p ) : void
p output_port
Résultat void

Property Details

buffer public_oe property

public byte[] buffer
Résultat byte[]

bufpos public_oe property

public int bufpos
Résultat int

bufsiz public_oe property

public int bufsiz
Résultat int

chook public_oe property

public Object chook
Résultat Object

eof public_oe property

public bool eof
Résultat bool

filepos public_oe property

public int filepos
Résultat int

forward public_oe property

public int forward
Résultat int

lastchar public_oe property

public byte lastchar
Résultat byte

length public_oe property

public long length
Résultat long

matchstart public_oe property

public int matchstart
Résultat int

matchstop public_oe property

public int matchstop
Résultat int

name public_oe property

public String name
Résultat String

other_eof public_oe property

public bool other_eof
Résultat bool

pseudoeof public_oe property

public int pseudoeof
Résultat int