Memory-based output stream.
More...
#include <archive.h>
List of all members.
Public Member Functions |
|
| mem_outstream (std::vector< char > &b) |
|
virtual int | write (void *buffer, int size) |
|
virtual long | position () |
|
virtual void | seek (long offset, int origin) |
Public Attributes |
|
int | pos |
|
std::vector< char > & | buffer |
Detailed Description
Memory-based output stream.
The documentation for this struct was generated from the following file: