FileSetStream Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A stream that combines a set of files. Can be used to read from a consecutive list of files, e.g. log files that are split by size or date.
public class FileSetStream : System.IO.Stream
type FileSetStream = class
inherit Stream
Public Class FileSetStream
Inherits Stream
- Inheritance
-
FileSetStream
File |
Create a new instance using a set of files. |
File |
Create a new instance using a set of files. |
Can |
This returns true. |
Can |
This returns false. |
Can |
This returns false. |
Length |
This is not supported |
Loop |
True to indicate that reading should restart at the beginning when the list ends. |
Position |
This is not supported |
Dispose(Boolean) | Releases the unmanaged resources used by the Stream and optionally releases the managed resources. |
Flush() |
This does nothing |
Read(Byte[], Int32, Int32) |
Reads data from the stream. |
Seek(Int64, Seek |
This operation is unsupported. |
Set |
This operation is unsupported. |
Write(Byte[], Int32, Int32) |
This operation is unsupported. |
Product | Versions |
---|---|
.NET IoT Libraries | 2.2.0 |