ServiceStack.StreamExt.GUnzip C# (CSharp) 메소드

GUnzip() 공개 정적인 메소드

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