Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    StreamFlags Enum

    Namespace: Stride.Core.IO
    Assembly: 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

    Extension Methods

    ComponentBaseExtensions.DisposeBy<StreamFlags>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<StreamFlags>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation