Class fs::File
Inherits the following classes: Stream
Public Functions
Type | Name |
---|---|
File (FileImplPtr p=FileImplPtr()) |
|
int | available () override |
void | close () |
void | flush () override |
time_t | getLastWrite () |
boolean | isDirectory (void) |
const char * | name () const |
File | openNextFile (const char * mode=FILE_READ) |
operator bool () const |
|
const char * | path () const |
int | peek () override |
size_t | position () const |
int | read () override |
size_t | read (uint8_t * buf, size_t size) |
size_t | readBytes (char * buffer, size_t length) |
void | rewindDirectory (void) |
bool | seek (uint32_t pos, SeekMode mode) |
bool | seek (uint32_t pos) |
bool | setBufferSize (size_t size) |
size_t | size () const |
size_t | write (uint8_t c) override |
size_t | write (const uint8_t * buf, size_t size) override |
Protected Attributes
Type | Name |
---|---|
FileImplPtr | _p |
Public Functions Documentation
function File
function available
function close
function flush
function getLastWrite
function isDirectory
function name
function openNextFile
function operator bool
function path
function peek
function position
function read [1/2]
function read [2/2]
function readBytes
function rewindDirectory
function seek [1/2]
function seek [2/2]
function setBufferSize
function size
function write [1/2]
function write [2/2]
Protected Attributes Documentation
variable _p
The documentation for this class was generated from the following file cores/common/arduino/libraries/common/FS/FS.h