Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    Stride.Core.IO Namespace

    Classes

    DatabaseFileProvider

    DatabaseFileProviderService

    DictionaryStore<TKey, TValue>

    A Key->Value store that will be incrementally saved on the HDD. Thread-safe and process-safe.

    DirectoryWatcher

    Track file system events from several directories.

    DriveFileProvider

    Exposes the whole file system through folder similar to Cygwin. As an example, "/c/Program Files/Test/Data.dat" would work.

    FileEvent

    � file event used notified by DirectoryWatcher

    FileRenameEvent

    � file rename event used notified by DirectoryWatcher

    FileSystemProvider

    A file system implementation for IVirtualFileProvider.

    ListStore<T>

    A value store that will be incrementally saved on HDD. Thread-safe and process-safe.

    ListStore<T>.UnsavedEntry

    NativeLockFile

    NativeMemoryStream

    A System.IO.MemoryStream over a native memory region.

    NativeStream

    A System.IO.Stream with additional methods for native read and write operations using System.IntPtr.

    NativeStreamExtensions

    Extension methods concerning NativeStream.

    NativeStreamWrapper

    Store<T>

    A store that will be incrementally saved on the HDD. Thread-safe and process-safe.

    TemporaryDirectory

    TemporaryFile

    VirtualFileProviderBase

    Abstract base class for IVirtualFileProvider.

    VirtualFileSystem

    Virtual abstraction over a file system. It handles access to files, http, packages, path rewrite, etc...

    Structs

    DictionaryStore<TKey, TValue>.UnsavedIdMapEntry

    VirtualFileSystem.ResolveProviderResult

    Interfaces

    IDatabaseFileProviderService

    IDatabaseStream

    IVirtualFileProvider

    A virtual file provider, that can returns a Stream for a given path.

    Enums

    FileEventChangeType

    Change type of file used by FileEvent and DirectoryWatcher.

    StreamFlags

    Describes the different type of streams.

    VirtualFileAccess

    File access equivalent of System.IO.FileAccess.

    VirtualFileMode

    File mode equivalent of System.IO.FileMode.

    VirtualFileShare

    File share capabilities, equivalent of System.IO.FileShare.

    VirtualSearchOption

    VirtualWatcherChangeTypes

    In This Article

    Back to top

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