Generic stream interfaces that support a combination of reading, writing, and seeking.
|
| | ReaderWriters |
| | Streams that support both reading and writing.
|
| |
| | Readers |
| | Streams that support reading but not writing.
|
| |
| | Writers |
| | Streams that support writing but not reading.
|
| |
|
|
constexpr ptrdiff_t | pw::stream::ResolveSeekOffset (ptrdiff_t offset, Stream::Whence origin, size_t end_position, size_t current_position) |
| |
|
constexpr Status | pw::stream::CalculateSeek (ptrdiff_t offset, Stream::Whence origin, size_t end_position, size_t ¤t_position) |
| |