Read zip file from channelbuffer

emanuele emanuele.g at gmail.com
Tue Jun 28 07:51:38 EDT 2011


Hi Guys, I m new of netty. Thanks to the forum I succeed to write the
HttpResponse into a file (a zip archive). I was wandering if is possible to
unzip while reading.. In order to write I ve used

int r = buf.readableBytes();
buf.readBytes(raf.getChannel(), r);   

Could somebody please help me.

than ks

--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Read-zip-file-from-channelbuffer-tp6524560p6524560.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list