1 #include <samchon/ByteArray.hpp> 20 : super(move(byteArray))
23 byteArray.position = 0;
29 assign(byteArray.begin(), byteArray.end());
37 super::operator=(move(byteArray));
55 auto ByteArray::leftSize()
const ->
size_t size_t position
Current position of the ByteArray. .
auto getPosition() const -> size_t
Get position.
auto compress() const -> ByteArray
Compress the binary data .
ByteArray()
Default Constructor.
void setPosition(size_t)
Set poisition.
auto decompress() const -> ByteArray
Decompress the binary data.
Top level namespace of products built from samchon.