7#ifndef MFRAME_5A999F7A_3DE3_494B_940A_A5BA5360324F
8#define MFRAME_5A999F7A_3DE3_494B_940A_A5BA5360324F
17#include "./../io/ByteBuffer.h"
23 class ByteBufferInvert;
82 return this->
pollShortMsb(
reinterpret_cast<short&
>(result));
93 return this->
pollIntMsb(
reinterpret_cast<int&
>(result));
145 bool pollFloatMsb(
float& result);
Definition ByteBuffer.h:35
mframe::lang::Memory & memory(void)
Definition ByteBuffer.h:347
Definition ByteBufferInvert.h:29
virtual ~ByteBufferInvert(void) override
Destroy the object.
bool putIntMsb(const int value)
ByteBufferInvert(const mframe::lang::Memory &memory)
Construct a new Byte Buffer Invert object.
ByteBufferInvert(int length)
Construct a new Byte Buffer Invert object.
bool pollIntMsb(uint32 &result)
Get the Int Msb object.
Definition ByteBufferInvert.h:92
bool pollShortMsb(uint16 &result)
Get the Short Msb object.
Definition ByteBufferInvert.h:81
bool putShortMsb(const short value)
bool pollIntMsb(int &result)
Get the Int Msb object.
bool pollShortMsb(short &result)
Get the Short Msb object.
bool putFloatMsb(const float value)
Definition AppendableOutputStream.h:24