StreamFlags Enum
Namespace: Stride.Core.IOAssembly: Stride.Core.IO.dll
Describes the different type of streams.
[Flags]
public enum StreamFlags
              Fields
| Name | Description | 
|---|---|
| None | Returns the default underlying stream without any alterations. Can be a seek-able stream or not depending on the file.  | 
                  
| Seekable | A stream in which we can seek  |