PhysicalWriter Class

Represents a writer used to write the physical structure of a PQDIF file to a byte stream.

Definition

Namespace: Gemstone.PQDIF.Physical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.158 -- Release Build+ea0446f775a3a8e35f542595e5f1a5857a146168
public class PhysicalWriter : IAsyncDisposable, 
	IDisposable
Inheritance
Object    PhysicalWriter
Implements
IAsyncDisposable, IDisposable

Constructors

PhysicalWriter(String) Creates a new instance of the PhysicalWriter class.
PhysicalWriter(Stream, Boolean) Creates a new instance of the PhysicalWriter class.

Properties

CompressionAlgorithm Gets or sets the compression algorithm used by the PQDIF file.
CompressionStyle Gets or sets the compression style used by the PQDIF file.

Methods

Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
DisposeAsync Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged 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)
WriteRecordAsync Writes the given record to the PQDIF file.

See Also