Skip to content

Instantly share code, notes, and snippets.

View plessbd's full-sized avatar

Ben Plessinger plessbd

View GitHub Profile
@plessbd
plessbd / DecompressBlob.cs
Created April 27, 2022 18:13 — forked from pgodwin/DecompressBlob.cs
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.
*