8 lines
114 B
C#
Raw Normal View History

namespace SharpCompress.IO
{
internal enum StreamingMode
{
Streaming,
Seekable,
}
}