Table of Contents

Enum StreamFlags

Namespace
Stride.Core.IO
Assembly
Stride.Core.IO.dll

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