reaktivity / nukleus-maven-plugin

Nukleus Maven Plugin
Apache License 2.0
0 stars 10 forks source link

Support .value() method for OctetsFW #111

Closed dknoma closed 4 years ago

dknoma commented 4 years ago
final OctetsFW name = header.name();
final DirectBuffer nameBuffer = name.value();

OctetsFW needs a .value() method to allow for the extraction of the actual underlying value. For example, there may be some unwanted length bytes in the buffer we don't want that would be included in .buffer().