C# Class bigloo.mmap

Inheritance: obj
Show file Open project: mbrock/bigloo-llvm Class Usage Examples

Public Properties

Property Type Description
br Stream
len long
name byte[]
rp long

Public Methods

Method Description
close ( ) : void
get ( long i ) : int
mmap ( byte fname, bool r, bool w ) : System
put ( long i, int c ) : void
write ( output_port p ) : void

Protected Methods

Method Description
mmap ( byte s ) : System

Method Details

close() public method

public close ( ) : void
return void

get() public method

public get ( long i ) : int
i long
return int

mmap() protected method

protected mmap ( byte s ) : System
s byte
return System

mmap() public method

public mmap ( byte fname, bool r, bool w ) : System
fname byte
r bool
w bool
return System

put() public method

public put ( long i, int c ) : void
i long
c int
return void

write() public method

public write ( output_port p ) : void
p output_port
return void

Property Details

br public property

public Stream br
return Stream

len public property

public long len
return long

name public property

public byte[] name
return byte[]

rp public property

public long rp
return long