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

◆ available() [1/2]

bool fl::ifstream::available ( ) const
inline

Definition at line 161 of file fstream.h.

161 {
162 return mHandle ? mHandle->available() : false;
163 }
filebuf_ptr mHandle
Definition fstream.h:50

References mHandle.

Referenced by fl::FileSystem::loadJpeg(), and fl::FileSystem::readText().

+ Here is the caller graph for this function: