Uses of Interface
io.camunda.zeebe.util.buffer.BufferWriter
Packages that use BufferWriter
-
Uses of BufferWriter in io.camunda.zeebe.util
Methods in io.camunda.zeebe.util with parameters of type BufferWriterModifier and TypeMethodDescriptionstatic voidSbeUtil.writeNested(BufferWriter writer, int headerLength, org.agrona.sbe.MessageEncoderFlyweight message, ByteOrder order) Writes aBufferWriterinstance as a nested field in an SBE message. -
Uses of BufferWriter in io.camunda.zeebe.util.buffer
Classes in io.camunda.zeebe.util.buffer that implement BufferWriterMethods in io.camunda.zeebe.util.buffer with parameters of type BufferWriterModifier and TypeMethodDescriptionstatic byte[]BufferUtil.bufferAsArray(BufferWriter buffer) static voidBufferUtil.copy(BufferWriter source, BufferReader dest) Copies the contents of the source writer into the destination reader via a fresh intermediate buffer.default voidBufferReader.copyFrom(BufferWriter source) Copies the contents ofsourceinto a newly allocated buffer before reading it back.static org.agrona.DirectBufferBufferUtil.createCopy(BufferWriter writer)