Method | Description | |
---|---|---|
FileStreamWithBackup ( string path, long maxFileLength, int maxFileCount, FileMode mode ) : System | ||
FileStreamWithBackup ( string path, long maxFileLength, int maxFileCount, FileMode mode, FileShare share ) : System | ||
FileStreamWithBackup ( string path, long maxFileLength, int maxFileCount, FileMode mode, FileShare share, int bufferSize ) : System | ||
FileStreamWithBackup ( string path, long maxFileLength, int maxFileCount, FileMode mode, FileShare share, int bufferSize, bool isAsync ) : System | ||
Write ( byte array, int offset, int count ) : void |
Method | Description | |
---|---|---|
BackupAndResetStream ( ) : void | ||
BaseFileMode ( FileMode mode ) : FileMode | ||
GetBackupFileName ( int index ) : string | ||
Init ( string path, long maxFileLength, int maxFileCount, FileMode mode ) : void |
public FileStreamWithBackup ( string path, long maxFileLength, int maxFileCount, FileMode mode ) : System | ||
path | string | |
maxFileLength | long | |
maxFileCount | int | |
mode | FileMode | |
return | System |
public FileStreamWithBackup ( string path, long maxFileLength, int maxFileCount, FileMode mode, FileShare share ) : System | ||
path | string | |
maxFileLength | long | |
maxFileCount | int | |
mode | FileMode | |
share | FileShare | |
return | System |
public FileStreamWithBackup ( string path, long maxFileLength, int maxFileCount, FileMode mode, FileShare share, int bufferSize ) : System | ||
path | string | |
maxFileLength | long | |
maxFileCount | int | |
mode | FileMode | |
share | FileShare | |
bufferSize | int | |
return | System |
public FileStreamWithBackup ( string path, long maxFileLength, int maxFileCount, FileMode mode, FileShare share, int bufferSize, bool isAsync ) : System | ||
path | string | |
maxFileLength | long | |
maxFileCount | int | |
mode | FileMode | |
share | FileShare | |
bufferSize | int | |
isAsync | bool | |
return | System |
public Write ( byte array, int offset, int count ) : void | ||
array | byte | |
offset | int | |
count | int | |
return | void |