E00compr

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche

E00compr is a library to read/write compressed E00 Files

E00Compr is an Open Source (i.e. Free!) ANSI-C library to compress and uncompress Arc/Info Export (E00) files.

The C library can be plugged into existing E00 translators to add support for compressed E00 files simply by replacing the existing translator's read/write function by the E00ReadNextLine() and E00WriteNextLine() functions provided by the library. See the library documentation for all the details.