xoreos
0.0.5
|
#include <nitrofile.h>
Static Protected Member Functions | |
static Common::SeekableSubReadStreamEndian * | open (Common::SeekableReadStream &stream) |
Treat this stream as a Nitro file and return an endian'd stream according to its BOM. More... | |
static Common::SeekableSubReadStreamEndian * | open (Common::SeekableReadStream *stream) |
Treat this stream as a Nitro file, take it over and return an endian'd stream according to its BOM. More... | |
Definition at line 35 of file nitrofile.h.
|
staticprotected |
Treat this stream as a Nitro file and return an endian'd stream according to its BOM.
Definition at line 52 of file nitrofile.cpp.
References Aurora::isBigEndian(), Common::SeekableReadStream::pos(), and Common::SeekableReadStream::size().
Referenced by Graphics::NCLR::load(), Graphics::NCGR::load(), Graphics::Aurora::NFTRFont::NFTRFont(), Aurora::NSBTXFile::NSBTXFile(), and Graphics::Aurora::Model_Sonic::ParserContext::ParserContext().
|
staticprotected |
Treat this stream as a Nitro file, take it over and return an endian'd stream according to its BOM.
Definition at line 61 of file nitrofile.cpp.
References Aurora::isBigEndian(), and Common::ScopedPtrBase< T, Deallocator >::release().