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