COD file API. More...
#include "cod.h"#include "cod-internal.h"#include "error.h"#include "endian.h"#include <config.h>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <string>#include <string.h>
Go to the source code of this file.
Namespaces | |
| namespace | Barry |
Project namespace, containing all related functions and classes. | |
Functions | |
| size_t | Barry::SeekNextCod (std::istream &input) |
| Seeks the input stream to the next packed sibling .cod file and returns the packed .cod file size. | |
COD file API.
Definition in file cod.cc.
1.7.1