#include <SupportedCompressionBitField.h>
Inherits openjaus::model::fields::BitField.
◆ SupportedCompressionBitField()
openjaus::environment_v1_0::SupportedCompressionBitField::SupportedCompressionBitField |
( |
| ) |
|
◆ ~SupportedCompressionBitField()
openjaus::environment_v1_0::SupportedCompressionBitField::~SupportedCompressionBitField |
( |
| ) |
|
◆ copy()
◆ from()
Deserializes the contents the Buffer connected to the provided BufferReader into this object. The BufferReader position will be advanced inside this method such that calling from() again will attempt to read the next Transportable object from the Buffer.
- Parameters
-
Reimplemented from openjaus::model::fields::BitField.
◆ getBzip2()
bool openjaus::environment_v1_0::SupportedCompressionBitField::getBzip2 |
( |
void |
| ) |
const |
◆ getDEFLATE()
bool openjaus::environment_v1_0::SupportedCompressionBitField::getDEFLATE |
( |
void |
| ) |
const |
◆ getIntegerValue()
uint8_t openjaus::environment_v1_0::SupportedCompressionBitField::getIntegerValue |
( |
void |
| ) |
const |
◆ getLZMA()
bool openjaus::environment_v1_0::SupportedCompressionBitField::getLZMA |
( |
void |
| ) |
const |
◆ getNoCompression()
bool openjaus::environment_v1_0::SupportedCompressionBitField::getNoCompression |
( |
void |
| ) |
const |
◆ length()
uint64 openjaus::environment_v1_0::SupportedCompressionBitField::length |
( |
| ) |
const |
|
virtual |
◆ setBzip2()
bool openjaus::environment_v1_0::SupportedCompressionBitField::setBzip2 |
( |
bool |
value | ) |
|
◆ setDEFLATE()
bool openjaus::environment_v1_0::SupportedCompressionBitField::setDEFLATE |
( |
bool |
value | ) |
|
◆ setIntegerValue()
void openjaus::environment_v1_0::SupportedCompressionBitField::setIntegerValue |
( |
uint8_t |
value | ) |
|
◆ setLZMA()
bool openjaus::environment_v1_0::SupportedCompressionBitField::setLZMA |
( |
bool |
value | ) |
|
◆ setNoCompression()
bool openjaus::environment_v1_0::SupportedCompressionBitField::setNoCompression |
( |
bool |
value | ) |
|
◆ to()
Serializes the contents of this object into the Buffer connected to the provided BufferWriter. The BufferWriter position will be advanced inside this method such that calling to() again will write the Transportable object into the Buffer a second time.
- Parameters
-
Reimplemented from openjaus::model::fields::BitField.
◆ toXml()
std::string openjaus::environment_v1_0::SupportedCompressionBitField::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
◆ bzip2
bool openjaus::environment_v1_0::SupportedCompressionBitField::bzip2 |
|
protected |
◆ BZIP2_BIT_MASK
const long openjaus::environment_v1_0::SupportedCompressionBitField::BZIP2_BIT_MASK = 0x1 |
|
staticprotected |
◆ BZIP2_START_BIT
const long openjaus::environment_v1_0::SupportedCompressionBitField::BZIP2_START_BIT = 2 |
|
staticprotected |
◆ dEFLATE
bool openjaus::environment_v1_0::SupportedCompressionBitField::dEFLATE |
|
protected |
◆ DEFLATE_BIT_MASK
const long openjaus::environment_v1_0::SupportedCompressionBitField::DEFLATE_BIT_MASK = 0x1 |
|
staticprotected |
◆ DEFLATE_START_BIT
const long openjaus::environment_v1_0::SupportedCompressionBitField::DEFLATE_START_BIT = 1 |
|
staticprotected |
◆ lZMA
bool openjaus::environment_v1_0::SupportedCompressionBitField::lZMA |
|
protected |
◆ LZMA_BIT_MASK
const long openjaus::environment_v1_0::SupportedCompressionBitField::LZMA_BIT_MASK = 0x1 |
|
staticprotected |
◆ LZMA_START_BIT
const long openjaus::environment_v1_0::SupportedCompressionBitField::LZMA_START_BIT = 3 |
|
staticprotected |
◆ noCompression
bool openjaus::environment_v1_0::SupportedCompressionBitField::noCompression |
|
protected |
◆ NOCOMPRESSION_BIT_MASK
const long openjaus::environment_v1_0::SupportedCompressionBitField::NOCOMPRESSION_BIT_MASK = 0x1 |
|
staticprotected |
◆ NOCOMPRESSION_START_BIT
const long openjaus::environment_v1_0::SupportedCompressionBitField::NOCOMPRESSION_START_BIT = 0 |
|
staticprotected |
The documentation for this class was generated from the following files: