FastLED 3.9.15
Loading...
Searching...
No Matches
fl::FileHandle Class Referenceabstract

Detailed Description

Definition at line 65 of file file_system.h.

#include <file_system.h>

+ Inheritance diagram for fl::FileHandle:
+ Collaboration diagram for fl::FileHandle:

Public Member Functions

virtual ~FileHandle ()
 
virtual bool available () const =0
 
virtual size_t bytesLeft () const
 
virtual void close ()=0
 
virtual const char * path () const =0
 
virtual size_t pos () const =0
 
virtual size_t read (uint8_t *dst, size_t bytesToRead)=0
 
size_t readCRGB (CRGB *dst, size_t n)
 
virtual bool seek (size_t pos)=0
 
virtual size_t size () const =0
 
virtual bool valid () const =0
 
- Public Member Functions inherited from fl::Referent
virtual int ref_count () const
 

Additional Inherited Members

- Protected Member Functions inherited from fl::Referent
 Referent ()
 
 Referent (const Referent &)
 
 Referent (Referent &&)
 
virtual ~Referent ()
 
virtual void destroy ()
 
Referentoperator= (const Referent &)
 
Referentoperator= (Referent &&)
 
virtual void ref ()
 
virtual void unref ()
 

The documentation for this class was generated from the following files: