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().
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()
.