Results 1 to 6 of 6

Thread: GZip?

  1. #1

    Thread Starter
    Banned
    Join Date
    Oct 2005
    Posts
    22

    GZip?

    .Net 2005 appears to have GZip support. But what are the copyright and open-source ramifications of using this support in a commercial application?

    MSDN doesn't appear to detail what is required to legally use this. Any ideas?

  2. #2
    Addicted Member
    Join Date
    Jul 2003
    Location
    Canada
    Posts
    135

    Re: GZip?

    I beleive the "zip" format is open, meaning here should be an RFC for it.
    I say if its there, use it. No one thinks twice about a .gif or a .jpg file.

    Could be this one: http://www.ietf.org/rfc/rfc1950.txt

  3. #3
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: GZip?

    If it's in the .Net framework, you should have no issue using it in any kind of applicaiton
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: GZip?

    Here's a quote from the help topic for the GZipStream class:
    This class represents the gzip data format, which uses an industry standard algorithm for lossless file compression and decompression. The format includes a cyclic redundancy check value for detecting data corruption. The gzip data format uses the same algorithm as the DeflateStream class, but can be extended to use other compression formats. The format can be readily implemented in a manner not covered by patents. The format for gzip is available from the RFC 1952, "GZIP ." This class cannot be used to compress files larger than 4 GB.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5
    Addicted Member
    Join Date
    Jul 2003
    Location
    Canada
    Posts
    135

    Re: GZip?

    Damn was I close...

  6. #6

    Thread Starter
    Banned
    Join Date
    Oct 2005
    Posts
    22

    Re: GZip?

    Quote Originally Posted by jmcilhinney
    Here's a quote from the help topic for the GZipStream class:
    Yes I saw that quote too. Rather ambiguous though isnt it. It sound like a disclaimer on MS's part against any lawsuits.

    They don't seem to offer any elabortation or edification about what exactly is qualified by that statement. Gotta love MS. *sigh*

Posting Permissions

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



Click Here to Expand Forum to Full Width