Docs for the io module!

This commit is contained in:
Bob Nystrom
2015-12-29 21:56:44 -08:00
parent 678251a00c
commit 8854dfb07e
6 changed files with 84 additions and 7 deletions
+2 -1
View File
@@ -51,6 +51,8 @@ foreign class File {
Scheduler.runNextScheduled_()
}
foreign descriptor
isOpen { descriptor != -1 }
size {
@@ -74,7 +76,6 @@ foreign class File {
foreign static sizePath_(path, fiber)
foreign close_(fiber)
foreign descriptor
foreign readBytes_(count, fiber)
foreign size_(fiber)
}