A class for managing data buffers.
Create a new GpgmeData instance.
Create a new GpgmeData instance with internal buffer.
Return the type of the underlying data.
Return the encoding of the underlying data.
Set the encoding of the underlying data.
Read bytes from this object. If len is supplied, it causes this method to read up to the number of bytes.
Reset the read pointer.
Write bytes into this object. If len is supplied, it causes this method to write up to the number of bytes.
[Validate]