Rishka
RISC-V virtual runtime in C/C++ made for ESP32-WROVER
|
This is the complete list of members for File, including all inherited members.
available() | File | |
bufsize(usize size) | File | |
close() | File | |
File(i32 _handle) | File | protected |
flush() | File | |
is_dir() | File | |
is_file() | File | |
is_ok() | File | |
lastwrite() | File | |
name() | File | |
next() | File | |
next_name() | File | |
open(string file, string mode) | File | static |
path() | File | |
peek() | File | |
position() | File | |
read() | File | |
rewind() | File | |
seek(u32 pos) | File | |
seek_dir(u64 position) | File | |
size() | File | |
write(u8 data) | File | |
write(string data) | File |