This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
mengxiangge
/
Updater
şunun yansıması
https://git.dev.tencent.com/huihuang88515/updater.git
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
36dee6f04f
Dallar
Biçim İmleri
master
Updater
/
PackageUpdater
/
SharpCompress
/
IO
/
StreamingMode.cs
StreamingMode.cs
113 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
namespace SharpCompress.IO
{
internal enum StreamingMode
{
Streaming,
Seekable
}
}