FileStream Class |
Namespace: CMS.IO
public abstract class FileStream : Stream
The FileStream type exposes the following members.
Name | Description | |
---|---|---|
FileStream |
Creates new instance of FileStream object.
|
Name | Description | |
---|---|---|
Path |
Stream path
| |
SystemStream | Gets Stream. Since Stream is compatible with system stream, returns this by default. This member is provided for compatibility reasons and should not be used nor overridden in custom code. |
Name | Description | |
---|---|---|
LogFileOperation |
Logs the file operation. Logs the file operation to the file and to current request log for debugging.
| |
New(String, FileMode) |
Initializes new instance and intializes new system file stream.
| |
New(String, FileMode, FileAccess) |
Initializes new instance and intializes new system file stream.
| |
New(String, FileMode, FileAccess, FileShare) |
Initializes new instance and intializes new system file stream.
| |
New(String, FileMode, FileAccess, FileShare, Int32) |
Initializes new instance and intializes new system file stream.
|