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