예제 #1
0
 /// <summary>
 /// 流拷贝
 /// </summary>
 public static MemoryStream Copy(this DeflateStream input)
 {
     return(input.CopyStream());
 }