Skip to content

Instantly share code, notes, and snippets.

@pgodwin
pgodwin / DecompressBlob.cs
Created August 12, 2019 07:23
Cerner LZW Decompression
using System.Text;
/* This code provided by Bruce Jackson (brucejackson.info) and is
* provided "AS IS" with no warranties, expressed or implied, as to
* its effectivness or use.
*
* User agrees to edit the code to meet their partiular use and
* understands that this code has not been fully
* tested in a production environment.
*