Stride.Core.IO Namespace
Classes
|
A Key->Value store that will be incrementally saved on the HDD. Thread-safe and process-safe. |
||
|
Track file system events from several directories. |
||
|
Exposes the whole file system through folder similar to Cygwin. As an example, "/c/Program Files/Test/Data.dat" would work. |
||
|
� file event used notified by DirectoryWatcher |
||
|
� file rename event used notified by DirectoryWatcher |
||
|
A file system implementation for IVirtualFileProvider. |
||
|
A value store that will be incrementally saved on HDD. Thread-safe and process-safe. |
||
|
A System.IO.MemoryStream over a native memory region. |
||
|
A System.IO.Stream with additional methods for native read and write operations using System.IntPtr. |
||
|
Extension methods concerning NativeStream. |
||
|
A store that will be incrementally saved on the HDD. Thread-safe and process-safe. |
||
|
Abstract base class for IVirtualFileProvider. |
||
|
Virtual abstraction over a file system. It handles access to files, http, packages, path rewrite, etc... |
Structs
Interfaces
|
A virtual file provider, that can returns a Stream for a given path. |
Enums
|
Change type of file used by FileEvent and DirectoryWatcher. |
||
|
Describes the different type of streams. |
||
|
File access equivalent of System.IO.FileAccess. |
||
|
File mode equivalent of System.IO.FileMode. |
||
|
File share capabilities, equivalent of System.IO.FileShare. |
||