core :: NativeFile :: io_read
fun io_read(buf: CString, len: Int): Int `{ return fread(buf, 1, len, self); `}