I don't understand On Sat, May 16, 2009 at 22:45, Nigel Tao <[email protected]> wrote:
> > On May 13, 3:36 am, MG <[email protected]> wrote: > > What I can't figure out is how I can process the data without a server > > round-trip: > > If you build and install trunk Gears from source, then Blobs should > have a getBytes() method that lets you read the bytes, and > factory.create('beta.blobbuilder') will let you create Blobs from byte > values (as ints) or strings. A Gears BlobBuilder is to a Gears Blob as > a Java StringBuilder is to a Java String. Both Gears Blobs and Java > Strings are read-only.
