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

Inflate() 공개 정적인 메소드

public static Inflate ( this gzBuffer ) : string
gzBuffer this
리턴 string
        public static string Inflate(this byte[] gzBuffer)
        {
            return DeflateProvider.Inflate(gzBuffer);
        }