JavaScript must be enabled in order for you to use JSXGraph and JSXGraph reference. However, it seems JavaScript is either disabled or not supported by your browser.

Class Index | File Index

Elements

Classes


Class JXG.Util.Unzip


      ↳ JXG.Util.Unzip

Unzip class Class for gunzipping, unzipping and base64 decoding of files. It is used for reading GEONExT, Geogebra and Intergeo files. Only Huffman codes are decoded in gunzip. The code is based on the source code for gunzip.c by Pasi Ojala

Defined in: zip.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
JXG.Util.Unzip(barray)
Class Detail
JXG.Util.Unzip(barray)
Parameters:
barray


See:
http://www.cs.tut.fi/~albert/Dev/gunzip/gunzip.c
http://www.cs.tut.fi/~albert

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 27 2013 11:32:44 GMT+0200 (CEST)