8 lines
114 B
C#
8 lines
114 B
C#
namespace SharpCompress.IO
|
|
{
|
|
internal enum StreamingMode
|
|
{
|
|
Streaming,
|
|
Seekable,
|
|
}
|
|
} |