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
Implements
Flush()
Declaration
Implements
Initialize(ref FixedString4096Bytes, ref FixedString64Bytes, ref FixedString4096Bytes)
Declaration
public void Initialize(ref FixedString4096Bytes prefix, ref FixedString64Bytes separator, ref FixedString4096Bytes postfix)
Parameters
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
Returns
Implements