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

◆ read() [2/3]

fl::size_t fl::filebuf::read ( fl::span< fl::u8 > dst)
inline

Definition at line 60 of file file_handle.h.

60 {
61 return read(dst.data(), dst.size());
62 }
const T * data() const FL_NOEXCEPT
Definition span.h:461
constexpr fl::size size() const FL_NOEXCEPT
Definition span.h:458
int read()