Function flipperzero_sys::stream_load_from_file
source · [−]pub unsafe extern "C" fn stream_load_from_file(
stream: *mut Stream,
storage: *mut Storage,
path: *const c_char
) -> usizeExpand description
Loads data to the stream from a file. Data will be loaded to the current RW pointer. RW pointer will be moved to the end of the stream. @param stream Stream instance @param storage @param path @return size_t