FastLED 3.9.15
Loading...
Searching...
No Matches

◆ bytesLeft()

size_t fl::FileHandle::bytesLeft ( ) const
virtual

Definition at line 94 of file file_system.cpp.

94{ return size() - pos(); }
virtual size_t size() const =0
virtual size_t pos() const =0

References pos(), and size().

+ Here is the call graph for this function: