mobile - Unzip files and/or streams in rhomobile -


how decompress compressed file in rhomobile application?
saw zlib extension unavailable in rhodes, because needs ruby port. ruby uses "zlib.c" or "zlib.h" source files , not portable zlib.

when running rhodes application, in line source:

require 'zlib' 

it raises error:

no such file load -- zlib 

anyone has idea?

thanks in advance?

see documentation on adding libaries rhodes app: http://wiki.rhomobile.com/index.php/rhodesextensions#adding_libraries_to_your_rhodes_application

i don't know if zlib work or not (actually curious find out). if have more questions suggest rhomobile google group.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -