ServiceStack.StreamExt.GUnzip C# (CSharp) Method

GUnzip() public static method

public static GUnzip ( this gzBuffer ) : string
gzBuffer this
return string
        public static string GUnzip(this byte[] gzBuffer)
        {
            return GZipProvider.GUnzip(gzBuffer);
        }
#endif