Navigation
index
modules
|
ooc v0.3.0 documentation
»
os/FileDescriptor
¶
open
(
String
,
Int
)
→
Int
¶
write
(
FileDescriptor
,
Pointer
,
Int
)
→
Int
¶
read
(
FileDescriptor
,
Pointer
,
Int
)
→
Int
¶
close
(
FileDescriptor
)
→
Int
¶
cover
FileDescriptor
¶
from:
Int
method
write
(
data:
Pointer
,
len:
Int
)
→
Int
¶
method
write~string
(
str:
String
)
→
Int
¶
method
read~toBuf
(
buf:
Pointer
,
len:
Int
)
→
Int
¶
method
read~evilAlloc
(
len:
Int
)
→
Pointer
¶
method
close
→
Int
¶
method
_errMsg
(
var:
Int
,
funcName:
String
)
¶
STDIN_FILENO
→
FileDescriptor
¶
STDOUT_FILENO
→
FileDescriptor
¶
STDERR_FILENO
→
FileDescriptor
¶
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
ooc v0.3.0 documentation
»