(defclass cbuffer-stream-mixin () ((pos :accessor stream-position :initarg :position :initform 0) (cbuffer :accessor stream-cbuffer :initarg :cbuffer :initform (make-cbuffer))))