40 #ifndef _resourcefilestream_h
41 #define _resourcefilestream_h
103 Boole IsOpenToFile()
const;
109 const String& GetFilePathAndName()
const;
112 Whole GetSteamFlags()
const;
StreamSize Size
The size of the stream.
bool Boole
Generally acts a single bit, true or false.
Whole Flags
The type of access this stream has to the file.
Base class for streams that support both read and write operations.
Permit write operations on the stream.
String OpenFileName
The path and name of the file this stream is currently open to.
This represents a stream to a file on disk using the C++ file stream API.
The bulk of the engine components go in this namspace.
unsigned long Whole
Whole is an unsigned integer, it will be at least 32bits in size.
std::streamsize StreamSize
Convenience define for the stream size datatype.
std::filebuf FileBuffer
The buffer object containing most or all of the functionality for this stream.
std::string String
A datatype used to a series of characters.
Declaration of DataStream.
Permit read operations on the stream.