내가 파일을 압축 해제하기 위해 노력하고있어에서 StreamUtils를 사용할 수 없습니다 ... 그래서 SharpZipLib 사용
는 monodevelop
the name StreamUtils doesn't exist in the current context
:
using (FileStream streamWriter = File.Create(fullZipToPath)) {
StreamUtils.Copy(zipStream, streamWriter, buffer);
}
는하지만이 오류가누락 된 라이브러리는 무엇입니까?
정확히이 발췌 문장은 어디에서 왔습니까? – knocte