_buffer | cugl::BinaryReader | protected |
_bufoff | cugl::BinaryReader | protected |
_bufsize | cugl::BinaryReader | protected |
_capacity | cugl::BinaryReader | protected |
_name | cugl::BinaryReader | protected |
_scursor | cugl::BinaryReader | protected |
_ssize | cugl::BinaryReader | protected |
_stream | cugl::BinaryReader | protected |
alloc(const std::string file) | cugl::BinaryReader | inlinestatic |
alloc(const std::string file, unsigned int capacity) | cugl::BinaryReader | inlinestatic |
allocWithAsset(const std::string file) | cugl::BinaryReader | inlinestatic |
allocWithAsset(const std::string file, unsigned int capacity) | cugl::BinaryReader | inlinestatic |
BinaryReader() | cugl::BinaryReader | inline |
close() | cugl::BinaryReader | |
fill(unsigned int bytes=1) | cugl::BinaryReader | protected |
init(const std::string file) | cugl::BinaryReader | |
init(const std::string file, unsigned int capacity) | cugl::BinaryReader | |
initWithAsset(const std::string file) | cugl::BinaryReader | |
initWithAsset(const std::string file, unsigned int capacity) | cugl::BinaryReader | |
read(char *buffer, size_t maximum, size_t offset=0) | cugl::BinaryReader | |
read(Uint8 *buffer, size_t maximum, size_t offset=0) | cugl::BinaryReader | |
read(Sint16 *buffer, size_t maximum, size_t offset=0) | cugl::BinaryReader | |
read(Uint16 *buffer, size_t maximum, size_t offset=0) | cugl::BinaryReader | |
read(Sint32 *buffer, size_t maximum, size_t offset=0) | cugl::BinaryReader | |
read(Uint32 *buffer, size_t maximum, size_t offset=0) | cugl::BinaryReader | |
read(Sint64 *buffer, size_t maximum, size_t offset=0) | cugl::BinaryReader | |
read(Uint64 *buffer, size_t maximum, size_t offset=0) | cugl::BinaryReader | |
read(float *buffer, size_t maximum, size_t offset=0) | cugl::BinaryReader | |
read(double *buffer, size_t maximum, size_t offset=0) | cugl::BinaryReader | |
readByte() | cugl::BinaryReader | |
readChar() | cugl::BinaryReader | |
readDouble() | cugl::BinaryReader | |
readFloat() | cugl::BinaryReader | |
readSint16() | cugl::BinaryReader | |
readSint32() | cugl::BinaryReader | |
readSint64() | cugl::BinaryReader | |
readUint16() | cugl::BinaryReader | |
readUint32() | cugl::BinaryReader | |
readUint64() | cugl::BinaryReader | |
ready(unsigned int bytes=1) const | cugl::BinaryReader | |
reset() | cugl::BinaryReader | |
~BinaryReader() | cugl::BinaryReader | inline |