
22 Aug
2011
22 Aug
'11
3:12 a.m.
On Mon, Aug 22, 2011 at 03:44:02PM +0900, Kazu Yamamoto wrote:
Simon,
Thank you for your explanation.
I'm not sure that we can obtain the length of Builder without building(copying).
I too am interested in knowing whether the length of a builder (exact length) can be computed without forcing computation. The context that I need this is different (an asn1 library). The way I solved is to keep track of the length explicitly. But if builder can do that for me that is very good. Regards ppk