A class for representing binary data. More...
Go to the source code of this file.
Classes | |
class | te::dt::ByteArray |
A class for representing binary data. More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::dt |
Namespace for the Data Type module of TerraLib. | |
Functions | |
template<class T > | |
te::dt::ByteArray & | operator<< (te::dt::ByteArray &barray, T val) |
It writes the bytes from val to the byte array. More... | |
A class for representing binary data.
Definition in file ByteArray.h.
|
inline |
It writes the bytes from val to the byte array.
barray | A byte array container. |
val | A simple data type value like: an int, a double or a float. |
Definition at line 227 of file ByteArray.h.
References te::dt::ByteArray::bytesUsed(), and te::dt::ByteArray::copy().