SimplifiedFileWriter Class

Assists in the writing of a simplified file. This file can only be appended to and it must be sequentially written.

Definition

Namespace: SnapDB.IO.FileStructure
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public class SimplifiedFileWriter : IDisposable
Inheritance
Object    SimplifiedFileWriter
Implements
IDisposable

Constructors

SimplifiedFileWriter Creates a simplified file writer.

Properties

ArchiveId Gets the GUID number for this SimplifiedFileWriter.

Methods

Commit Commits the changes to the disk.
CreateFile Creates a new file with the specified file name and returns a stream for writing data into the file.
Dispose Releases all the resources used by the SimplifiedFileWriter object.
Dispose(Boolean) Releases the unmanaged resources used by the SimplifiedFileWriter object and optionally releases the managed resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

Stream Defines the file stream for this SimplifiedFileWriter.

See Also