#include <iBE_Math.h>
Public Member Functions | |
iBE_Math (void) | |
~iBE_Math (void) | |
Static Public Member Functions | |
unsigned long | charArrToULong (unsigned char *inCharArray) |
Reads 4 bytes (Big Endian) and returns an unsigned long. | |
void | ULongToCharArr (unsigned long inLong, unsigned char *outCharArray) |
unsigned short | charArrToUShort (unsigned char *inCharArray) |
Reads 2 bytes (Big Endian) and returns an unsigned short. |
|
Definition at line 35 of file iBE_Math.cpp. |
|
Definition at line 39 of file iBE_Math.cpp. |
|
Reads 4 bytes (Big Endian) and returns an unsigned long.
Definition at line 43 of file iBE_Math.cpp. Referenced by AutoOggSeekTable::acceptOggPage(), TheoraStream::createFormatBlock(), OggFLAC_1_0_Stream::createFormatBlock(), FLACStream::createFormatBlock(), and NativeFLACSourceFilter::Load(). |
|
Reads 2 bytes (Big Endian) and returns an unsigned short.
Definition at line 63 of file iBE_Math.cpp. Referenced by TheoraStream::createFormatBlock(), and OggFLAC_1_0_Stream::InitCodec(). |
|
Definition at line 53 of file iBE_Math.cpp. |