Luca, The fetchData() method was designed to retrieve a fragment of a given blobstore. Also, there are limitations about how much data you want to transfer, look this http://stackoverflow.com/questions/3410886/reading-a-blobstoreinputstream-1mb-in-size
*Jayr Motta* Software Developer * * I'm on BlackBeltFactory.com<http://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta> ! On Thu, Jul 7, 2011 at 9:19 AM, Luca Matteis <[email protected]> wrote: > Hello, > > I'm trying to simply read blobstore data without using the .serve() > method. It seems like I can use the .fetchData() method, but the > parameters needed are unclear to me and how I would generate them. > > I just need to read all the bytes. For example if I store a plain/text > file in the blobstore, I want to read it as a String so that I can > parse it and do something else with it. > > Any ideas? > Thanks, > Luca > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
