C# Class bigloo.mmaps

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

Public Methods

Method Description
close ( ) : void
get ( long i ) : int
mmaps ( byte s, bool r, bool w ) : System
put ( long i, int c ) : void

Method Details

close() public method

public close ( ) : void
return void

get() public method

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

mmaps() public method

public mmaps ( byte s, bool r, bool w ) : System
s byte
r bool
w bool
return System

put() public method

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