|
|
-
Why is there no way to get the number of bytes encoded?Manuel Simoni 2012-09-27, 09:44
I'm really puzzled by the C++ API - I must be missing something.
When I `avro::encode(encoder, datum)`, how can I get the number of bytes this has produced on the output stream? Is there another API I can use that will tell me the number of bytes? Thanks, Manuel |