Welcome, Guest
Username: Password: Remember me
Share your code snippets, screen shots etc. here
  • Page:
  • 1

TOPIC:

Compressor class donated by Nick Friend 23 May 2019 20:30 #9067

  • wriedmann
  • wriedmann's Avatar
  • Topic Author


  • Posts: 3366
  • Hello,

    please find attached a zip file with both a viaef export file for XIDE and a prg file to use with Visual Studio.

    This code was donated by Nick Friend, and translated to X# by myself.
    I have left the original C# code as comment in the file.

    Wolfgang

    File Attachment:

    File Name: CompressorClass.zip
    File Size:5 KB
    Wolfgang Riedmann
    Meran, South Tyrol, Italy

    www.riedmann.it - docs.xsharp.it

    Please Log in or Create an account to join the conversation.

    Compressor class donated by Nick Friend 24 May 2019 20:46 #9083

    • ic2
    • ic2's Avatar


  • Posts: 1661
  • Hello Wolfgang,

    What does it do? Do you maybe have some lines of code that shows how it can be used?

    Dick

    Please Log in or Create an account to join the conversation.

    Compressor class donated by Nick Friend 24 May 2019 21:14 #9085

    • NickFriend
    • NickFriend's Avatar


  • Posts: 246
  • Hi Dick,

    It's just a dead simple class that takes most types of info... string, object, stream, byte array... and returns it as a compressed byte array that you can eg. store in a byte[] field in a database.

    We use it for compressing text documents, xml info, long strings, etc. before storing them. Them when you retrieve you just use the corresponding DecompressXXX method to get back to the original type.

    I offered it because I saw Wolfgang doing something similar/related with his generic serialisation class.

    HTH

    Nick

    Please Log in or Create an account to join the conversation.

    • Page:
    • 1