|
static |
Read Specific size of data form the current file handle pointer, and move pointer the same size.
| [in] | handle | The file handle. |
| [in] | data_size | How much bytes we want read and move pointer. |
| [out] | out_data | The data we read. |
| [out] | out_bytes_read | How much bytes we read. |
Definition at line 92 of file FileLibrary.cpp.
References Spices::FileHandle::handle.
Referenced by Spices::MeshLoader::LoadFromSASSET(), Spices::MaterialLoader::LoadFromSASSET(), and SpicesTest::TEST().