C# Class bigloo.mmaps

Inheritance: mmap
Afficher le fichier Open project: mbrock/bigloo-llvm

Méthodes publiques

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

public close ( ) : void
Résultat void

get() public méthode

public get ( long i ) : int
i long
Résultat int

mmaps() public méthode

public mmaps ( byte s, bool r, bool w ) : System
s byte
r bool
w bool
Résultat System

put() public méthode

public put ( long i, int c ) : void
i long
c int
Résultat void