Struct FileOperationsFileStream
Syntax
public struct FileOperationsFileStream : IFileOperations, IDisposable
Properties
IsValid
Declaration
public readonly bool IsValid { get; }
Property Value
Methods
Append(Byte*, UInt64, Boolean)
Declaration
public void Append(byte *data, ulong length, bool newLine)
Parameters
Implements
Dispose()
Declaration
Flush()
Declaration
Implements
Initialize(ref FixedString4096Bytes, ref FixedString64Bytes, ref FixedString4096Bytes)
Declaration
public void Initialize(ref FixedString4096Bytes prefix, ref FixedString64Bytes separator, ref FixedString4096Bytes postfix)
Parameters
| Type |
Name |
Description |
| FixedString4096Bytes |
prefix |
|
| FixedString64Bytes |
separator |
|
| FixedString4096Bytes |
postfix |
|
Implements
OpenFileForLogging(ref FixedString512Bytes, ref FixedString32Bytes, Int64, TimeSpan, Int32)
Declaration
public bool OpenFileForLogging(ref FixedString512Bytes fileName, ref FixedString32Bytes fileExt, long maxBytes, TimeSpan maxTimeSpan, int maxRoll)
Parameters
| Type |
Name |
Description |
| FixedString512Bytes |
fileName |
|
| FixedString32Bytes |
fileExt |
|
| Int64 |
maxBytes |
|
| TimeSpan |
maxTimeSpan |
|
| Int32 |
maxRoll |
|
Returns
Implements