27#ifndef _CEGUIIrrlichtMemoryFile_h_
28#define _CEGUIIrrlichtMemoryFile_h_
34#include "../../Base.h"
35#include "../../String.h"
55#if CEGUI_IRR_SDK_VERSION > 18
56 std::size_t read(
void* buffer, std::size_t sizeToRead);
58 irr::s32 read(
void* buffer, irr::u32 sizeToRead);
62 bool seek(
long finalPos,
bool relativeMovement =
false);
63#if CEGUI_IRR_SDK_VERSION >= 16
64 const irr::io::path& getFileName()
const;
66 const irr::c8* getFileName()
const;
70#if CEGUI_IRR_SDK_VERSION >= 16
71 irr::io::path d_filename;
75 const unsigned char* d_buffer;
Class to wrap a file access interface around a memory buffer to enable us to pass data that has been ...
Definition MemoryFile.h:48
String class used within the GUI system.
Definition String.h:64
Main namespace for Crazy Eddie's GUI Library.
Definition arch_overview.dox:1