Norman Feske 61a7671de1 os/vfs.h: read loop in Readonly_file::read
This patch improves the Readonly_file::read method such that the
capacity of the specified buffer is used as upper bound for the read
operation instead of VFS-internal I/O buffer sizes. This relieves the
caller from implementing a read loop in most cases.

As a step away from C-ish use of the API, the patch deprecates the old
'read' method that takes the buffer as char *, size_t arguments.

Fixes #4745
2023-02-27 08:22:46 +01:00
..
2021-12-17 15:04:45 +01:00
2022-08-10 13:32:57 +02:00
2020-07-13 11:33:13 +02:00
2021-12-17 15:04:45 +01:00
2022-11-17 08:00:36 +01:00
2017-03-24 16:19:56 +01:00
2019-01-30 13:49:54 +01:00
2021-12-17 15:04:45 +01:00
2021-06-25 11:41:45 +02:00
2021-12-17 15:04:45 +01:00
2021-12-17 15:04:45 +01:00
2020-04-17 12:40:12 +02:00
2022-08-17 12:03:07 +02:00
2023-01-24 12:07:30 +01:00