Package io.camunda.zeebe.msgpack.value
Class DocumentValue
- java.lang.Object
-
- io.camunda.zeebe.msgpack.value.BaseValue
-
- io.camunda.zeebe.msgpack.value.BinaryValue
-
- io.camunda.zeebe.msgpack.value.DocumentValue
-
- All Implemented Interfaces:
Recyclable
public final class DocumentValue extends BinaryValue
-
-
Field Summary
Fields Modifier and Type Field Description static org.agrona.DirectBufferEMPTY_DOCUMENT
-
Constructor Summary
Constructors Constructor Description DocumentValue()DocumentValue(org.agrona.DirectBuffer initialValue, int offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrap(org.agrona.DirectBuffer buff, int offset, int length)
-
-
-
Method Detail
-
wrap
public void wrap(org.agrona.DirectBuffer buff, int offset, int length)- Overrides:
wrapin classBinaryValue
-
-