54 boost::scoped_array<uint8_t> spAlloc(
new uint8_t[size+2]);
78 if (pByteArray == NULL)
94 if (pByteArray == NULL)
145 return (
_data != NULL);
HRESULT InitWithAllocation(size_t size)
HRESULT InitWithAllocAndCopy(uint8_t *pByteArray, size_t nByteArraySize)
HRESULT InitNoAlloc(uint8_t *pByteArray, size_t nByteArraySize)
HRESULT SetSize(size_t size)
boost::scoped_array< uint8_t > _spAllocation