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

◆ available() [1/2]

virtual bool fl::filebuf::available ( ) const
inlinevirtual

Reimplemented in fl::detail::memorybuf, and fl::Mpeg1FileHandle.

Definition at line 53 of file file_handle.h.

53{ return is_open() && !is_eof(); }
virtual bool is_eof() const =0
virtual bool is_open() const =0

References available(), is_eof(), and is_open().

Referenced by available(), and fl::VorbisDecoderImpl::begin().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: