http://galgwt-reviews.appspot.com/41603/diff/1/2 File gears/src/com/google/gwt/gears/client/blobbuilder/BlobBuilder.java (right):
http://galgwt-reviews.appspot.com/41603/diff/1/2#newcode43 Line 43: public void append(byte[] bytes) { On 2009/07/06 13:26:56, zundel wrote: > I think you could wrap up append (byte c) and this one with a prototype like: > append (byte... c) > I'm not sure what drawbacks there might be. The main drawback would be that when you call append(someByte) a new byte[] would be instantiated! http://galgwt-reviews.appspot.com/41603 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
