Przemysław Czerpak
ad865dde3e
2016-01-04 22:54 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
...
+ contrib/hbgzio/gzio.c
+ contrib/hbgzio/hbgzio.hbc
+ contrib/hbgzio/hbgzio.hbp
+ contrib/hbgzio/hbgzio.hbx
+ added new Harbour File IO driver for GZIP compressed streams.
It redirects files with "gz:" and "gz[0-9]:" prefixes and can be
used with hb_vf*() functions and transfer RDDs like SDF or DELIM,
i.e.
REQUEST HB_GZIO
USE test
COPY TO gz:test.txt.gz DELIMITED WITH TAB
or:
REQUEST HB_GZIO, HB_MEMIO
hb_vfCopy( "file.txt", "gz9:mem:file.txt.gz" )
USE test
APPEND FROM "gz:mem:file.txt.gz"
hb_vfErase( "mem:file.txt.gz" )
or:
REQUEST HB_GZIO
FUNCTION GZIP( cFile )
RETURN hb_vfCopy( cFile, "GZ:" + cFile + ".gz" )
Have a fun with new toy in a new year ;)
2016-01-04 22:54:05 +01:00
..
2014-02-02 19:22:58 +01:00
2015-03-03 15:57:48 +01:00
2015-09-30 10:55:41 +02:00
2016-01-03 09:31:49 -08:00
2015-09-30 10:55:41 +02:00
2014-11-12 18:01:44 +01:00
2015-03-03 15:57:48 +01:00
2015-03-03 15:57:48 +01:00
2014-01-21 20:41:05 +01:00
2015-09-25 11:41:09 +02:00
2014-01-21 20:41:05 +01:00
2015-09-24 22:14:14 +02:00
2014-01-21 20:41:05 +01:00
2014-09-23 13:18:53 +02:00
2014-04-01 12:33:17 +02:00
2014-01-21 20:41:05 +01:00
2014-01-21 20:41:05 +01:00
2015-01-19 13:24:33 +01:00
2015-10-21 19:26:38 +02:00
2014-01-21 20:41:05 +01:00
2014-01-21 20:41:05 +01:00
2014-01-21 20:41:05 +01:00
2014-01-21 20:41:05 +01:00
2016-01-04 22:54:05 +01:00
2015-09-09 23:16:24 +02:00
2014-01-21 20:41:05 +01:00
2014-01-21 20:41:05 +01:00
2014-01-21 20:41:05 +01:00
2015-07-24 10:28:12 +02:00
2014-05-23 17:01:17 +02:00
2014-10-07 10:25:57 +02:00
2014-06-27 12:45:47 +02:00
2014-09-14 20:48:14 +02:00
2015-08-31 23:43:30 +02:00
2015-12-14 14:05:13 +01:00
2015-05-18 23:01:14 +02:00
2015-02-25 22:06:51 +01:00
2014-01-21 20:41:05 +01:00
2014-03-27 16:13:41 +01:00
2015-09-25 11:41:09 +02:00
2014-01-21 20:41:05 +01:00
2014-01-21 20:41:05 +01:00
2015-03-03 15:57:48 +01:00
2015-12-09 23:15:05 +01:00
2015-09-25 11:41:09 +02:00
2014-01-21 20:41:05 +01:00
2014-10-07 00:56:54 +02:00
2015-06-02 13:31:31 +02:00
2014-01-21 20:41:05 +01:00
2014-01-21 20:41:05 +01:00
2015-09-25 11:41:09 +02:00
2014-01-21 20:41:05 +01:00
2014-04-01 12:33:17 +02:00
2014-01-21 20:41:05 +01:00
2014-09-04 21:17:02 +02:00
2015-03-03 16:26:28 +01:00
2014-01-21 20:41:05 +01:00
2015-02-25 22:06:51 +01:00
2015-02-25 22:06:51 +01:00
2015-02-25 22:06:51 +01:00
2015-02-25 22:06:51 +01:00
2015-02-25 22:06:51 +01:00
2015-02-25 22:06:51 +01:00
2015-02-25 22:06:51 +01:00
2015-09-30 10:55:41 +02:00
2015-09-01 22:16:18 +02:00
2013-04-08 13:41:32 +02:00
2013-03-17 14:52:45 +01:00
2013-10-09 20:08:24 +02:00
2014-01-21 20:41:05 +01:00