java - How to extract rar file (AppEngineFile) in Google App Engine -


my application requires extracting rar file in google app engine. can extract rar file using this library supports java.io.file , not support appenginefile. can not find solution solve problem. have ideas ?

thanks in advance

the junrar library says takes inputstream, not file.

you may want try uploading rar files blobstore instead of reading filesystem. can use blobstoreinputstream read data unrar.

note since can't write filesystem, you'll need store unpacked data blobstore or datastore.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -