Skip to content
Commit d98e4eb7 authored by Daniel P. Berrangé's avatar Daniel P. Berrangé
Browse files

io: add QIOChannelBuffer class



Add a QIOChannel subclass that is capable of performing I/O
to/from a memory buffer. This implementation does not attempt
to support concurrent readers & writers. It is designed for
serialized access where by a single thread at a time may write
data, seek and then read data back out.

Signed-off-by: default avatarDaniel P. Berrange <berrange@redhat.com>
parent 195e14d0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment