/[svn]/libgig/trunk/src/RIFF.h
ViewVC logotype

Diff of /libgig/trunk/src/RIFF.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1183 by persson, Sun May 13 10:34:29 2007 UTC revision 1184 by persson, Sun May 13 13:24:22 2007 UTC
# Line 256  namespace RIFF { Line 256  namespace RIFF {
256      class File : public List {      class File : public List {
257          public:          public:
258              File(uint32_t FileType);              File(uint32_t FileType);
             File(uint32_t FileType, endian_t Endian);  
259              File(const String& path);              File(const String& path);
260              stream_mode_t GetMode();              stream_mode_t GetMode();
261              bool          SetMode(stream_mode_t NewMode);              bool          SetMode(stream_mode_t NewMode);
262                void SetByteOrder(endian_t Endian);
263              String GetFileName();              String GetFileName();
264              virtual void Save();              virtual void Save();
265              virtual void Save(const String& path);              virtual void Save(const String& path);

Legend:
Removed from v.1183  
changed lines
  Added in v.1184

  ViewVC Help
Powered by ViewVC