Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
bigloo
mmaps
C# Class bigloo.mmaps
Inheritance:
mmap
Mostrar archivo
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