|
Name |
Description |
|
CachedFileStream(String, FileMode)
|
Initializes a new instance of the FileStream class with the specified path, creation mode, read/write and sharing permission, the access other FileStreams can have to the same file, the buffer size, and additional file options.
|
|
CachedFileStream(String, FileMode, FileAccess)
|
Initializes a new instance of the FileStream class with the specified path, creation mode, read/write and sharing permission, the access other FileStreams can have to the same file, the buffer size, and additional file options.
|
|
CachedFileStream(String, FileMode, FileAccess, FileShare)
|
Initializes a new instance of the FileStream class with the specified path, creation mode, read/write and sharing permission, the access other FileStreams can have to the same file, the buffer size, and additional file options.
|
|
CachedFileStream(String, FileMode, FileAccess, FileShare, Int32)
|
Initializes a new instance of the FileStream class with the specified path, creation mode, read/write and sharing permission, the access other FileStreams can have to the same file, the buffer size, and additional file options.
|
|
CachedFileStream(String, FileMode, FileAccess, FileShare, Int32, Boolean)
|
Initializes a new instance of the FileStream class with the specified path, creation mode, read/write and sharing permission, the access other FileStreams can have to the same file, the buffer size, and additional file options.
|
|
CachedFileStream(String, FileMode, FileAccess, FileShare, Int32, FileOptions)
|
Initializes a new instance of the FileStream class with the specified path, creation mode, read/write and sharing permission, the access other FileStreams can have to the same file, the buffer size, and additional file options.
|
|
CachedFileStream(String, FileMode, FileSystemRights, FileShare, Int32, FileOptions)
|
Initializes a new instance of the FileStream class with the specified path, creation mode, access rights and sharing permission, the buffer size, and additional file options.
|
|
CachedFileStream(String, FileMode, FileSystemRights, FileShare, Int32, FileOptions, FileSecurity)
|
Initializes a new instance of the FileStream class with the specified path, creation mode, access rights and sharing permission, the buffer size, additional file options, access control and audit security.
|