#include "dll.h"
#include "data.h"
#include <sys/types.h>
#include <stdint.h>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Classes | |
class | Barry::CodFileBuilder |
The CodFileBuilder class is used to assemble multiple .cod files into a single packed .cod file using the pkzip file format. More... | |
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. |
Definition in file cod.h.