Extract the payload from an avro single-object encoded byte array, removing the header (the first 10 bytes)
Extract the payload from an avro single-object encoded byte array, removing the header (the first 10 bytes)
avro single-object encoded byte array
the payload without the avro single-object encoded header
Extracts the schema ID from the avro single-object encoded byte array
Extracts the schema ID from the avro single-object encoded byte array
avro single-object encoded byte array
the schema ID extracted from the input data
Create an array that creates a Single-Object encoded byte array.
Create an array that creates a Single-Object encoded byte array. By specifications the encoded array is obtained concatenating the V1_HEADER, the schema id and the avro-encoded payload.
avro-serialized payload
id of the schema used to encode the payload
a Single-Object encoded byte array
Checks if a byte array is Avro Single-Object encoded ( Single-Object Encoding Documentation)
Checks if a byte array is Avro Single-Object encoded ( Single-Object Encoding Documentation)
a byte array
true if the input byte array is Single-Object encoded
Exception that can be thrown if the data is not single-object encoded