18#ifndef __GLF_HEADER_H__
19#define __GLF_HEADER_H__
24#include "CharBuffer.h"
37 GlfHeader(
const GlfHeader& header);
41 GlfHeader &
operator = (
const GlfHeader& header);
45 bool copy(
const GlfHeader& header);
77 static const std::string GLF_MAGIC;
78 static const int GLF_MAGIC_LEN = 4;