mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-17 05:25:28 +00:00
10 lines
125 B
C#
10 lines
125 B
C#
|
|
namespace SharpCompress.IO
|
|
{
|
|
internal enum StreamingMode
|
|
{
|
|
Streaming,
|
|
Seekable,
|
|
}
|
|
}
|