Enum StreamFlags
Describes the different type of streams.
[Flags]
public enum StreamFlags
Fields
None = 0
Returns the default underlying stream without any alterations. Can be a seek-able stream or not depending on the file.
Seekable = 1
A stream in which we can seek