Re: How to read text file that was zipped in GWT?

2010-04-04 Thread Sripathi Krishnan
See this discussion thread - http://groups.google.com/group/google-web-toolkit/msg/270a6d0b6b08386e Most browsers (including IE6) understand gzip and will automatically uncompress the content if the appropriate http headers are set. You don't have to write any code to uncompress content. On the

Re: How to read text file that was zipped in GWT?

2010-04-03 Thread rjcarr
How do you read a text file in GWT? What does that even mean? If you mean reading a zip file on the server, then that isn't a gwt question, but you should look into ZipFile or ZipInputStream. On Apr 2, 5:53 pm, Henry henry...@gmail.com wrote: I know how to read text file in GWT, that's easy.

Re: How to read text file that was zipped in GWT?

2010-04-03 Thread dolcra...@gmail.com
I think what he's saying is that if he has a textresource or something sent zip'd to the client, how would you unzip it? I guess you'd have to either find a JS or GWT implementation of whatever compression scheme you're using. On Apr 3, 2:30 am, rjcarr rjc...@gmail.com wrote: How do you read a

How to read text file that was zipped in GWT?

2010-04-02 Thread Henry
I know how to read text file in GWT, that's easy. However if that file got zipped (.zip or .rar), then how can i read that text file? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to