Files
sharpcompress/SharpCompress/IO/StreamingMode.cs
Adam Hathcock 7ce4b7d076 Initial commit
2013-04-07 10:58:58 +01:00

10 lines
125 B
C#

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