FileStreamFactory Constructor |
Name | Description | |
---|---|---|
![]() | FileStreamFactory(Func<FileStream>) |
Initializes a new instance with a provided delegate.
The given delegate must be safe to call from multiple threads simultaneously.
In most situations, one of the other constructors should be used instead.
|
![]() | FileStreamFactory(String, FileMode) |
Initializes a new instance of the factory that constructs a new FileStream with
FileStream(String, FileMode) when OpenStream()
is called.
|
![]() | FileStreamFactory(String, FileMode, FileAccess) |
Initializes a new instance of the factory that constructs a new FileStream with
FileStream(String, FileMode, FileAccess) when OpenStream()
is called.
|