Click or drag to resize

FileStreamFactory Constructor

Overload List
  NameDescription
Public methodFileStreamFactory(FuncFileStream)
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.
Public methodFileStreamFactory(String, FileMode)
Initializes a new instance of the factory that constructs a new FileStream with FileStream(String, FileMode) when OpenStream is called.
Public methodFileStreamFactory(String, FileMode, FileAccess)
Initializes a new instance of the factory that constructs a new FileStream with FileStream(String, FileMode, FileAccess) when OpenStream is called.
Top
See Also