Results 1 to 6 of 6

Thread: Compressing/decompressing streams

  1. #1

    Compressing/decompressing streams

    System: Windows XP SP2 (Pentium D 805, GeForce 7600 GS, 2GB RAM)
    Compiler/IDE: Delphi 2007
    Libraries/API: None

    Ya minna.

    I've got a problem. I'd like to compress the stream data somehow. I've stored a record in a TFileStream object. Can you give me some hints/snippets?

    Greetings!

  2. #2

    Compressing/decompressing streams

    Take a look at DCPcrypt and TurboPower Abbrevia for stream encryption and compression libraries. Both work quite well and while they may be dated, they are (IMHO) the best libraries around.

  3. #3

    Compressing/decompressing streams

    I use Zlib and Bzip. Both are excellent, but the latter gives better ratios to uncompressed data.

  4. #4
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    Compressing/decompressing streams

    If you dont mind using zlib you could use this:

    http://www.swissdelphicenter.ch/torr...ode.php?id=822

    I was also able to find HKStreams:
    http://topic.csdn.net/t/20020526/21/754530.html
    But I have no idea how good it is.

    else have alook at this list:

    http://bsdg.org/resources/Delphi_Fre...ml#Compression
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  5. #5

    Compressing/decompressing streams

    Arigatou, minna. Those links are very useful!

  6. #6

    Compressing/decompressing streams

    Quote Originally Posted by cairnswm
    If you dont mind using zlib you could use this:
    I was also able to find HKStreams:
    But I have no idea how good it is.
    I have used HKStreams in a commercial app, it's very good and does both compression and encryption.

    I have also used zlib which again is very good
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •