Frédéric Brégier e1abfbb6c1 Correction on StringBuilder default init size
Motivation:
The default StringBuilder size is too small (data.length + 4) while it will be 2*data.length (byte to Hex) + 5 "-" char (since 5 peaces appended).

Modification:
Changing initial size to the correct one

Result:
Allocation of the correct final size from the beginning for this StringBuilder.
2014-05-30 07:33:38 +02:00
..
2014-04-25 15:15:16 +09:00
2014-04-25 15:15:16 +09:00
2013-07-14 18:32:10 +02:00
2013-07-14 18:04:33 +02:00
2013-07-22 19:14:36 +02:00
2013-06-13 20:56:17 +02:00