mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-04-28 17:10:08 +00:00
8 lines
88 B
C#
8 lines
88 B
C#
namespace SharpCompress.IO;
|
|
|
|
public enum StreamingMode
|
|
{
|
|
Streaming,
|
|
Seekable,
|
|
}
|