Looking at this API for writing to the 
Blobstore<https://developers.google.com/appengine/docs/java/blobstore/overview#Writing_Files_to_the_Blobstore>,
 
you should be able to wrap a ZipOutputStream around 
Channels.newOutputStream(FileService.openWriteChannel()).

On Monday, August 6, 2012 3:47:15 PM UTC+2, fairsayan wrote:
>
> I'm working with mapreduce process, I'd like to write my output directly 
> into a zip file, avoiding to create a text file and then to compress it.
> Do you know if already someone started to realize something like that or 
> I'll need to build it from the scratch?
> Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/GjDM6YYl25cJ.
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?hl=en.

Reply via email to