Class FlexBuffers.Blob

Enclosing class:
FlexBuffers

public static class FlexBuffers.Blob extends FlexBuffers.Sized
Represents a array of bytes element in the buffer

It can be converted to `ReadBuf` using data(), copied into a byte[] using getBytes() or have individual bytes accessed individually using get(int)