Click or drag to resize

DfsStreamBufferWriter Class

Stream buffer class. This class is used in dfsStreamRead(DfsStreamBufferReader, IntPtr, IntPtr).

It is important to keep this class in scope until file reading is done (i.e. when calling dfsFileClose(IntPtr, IntPtr)).

When done reading the file (i.e. when calling dfsFileClose(IntPtr, IntPtr)), this object must be disposed. Disposing will free unmanaged resources. Disposing will not close/dispose of the stream.

This class provides interaction between managed (.NET) and unmanaged (C/C++) memory.

Inheritance Hierarchy
SystemObject
  DHI.Generic.MikeZero.DFSDfsStreamBufferWriter

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class DfsStreamBufferWriter : IStreamBuffer, 
	IDisposable

The DfsStreamBufferWriter type exposes the following members.

Constructors
  NameDescription
Public methodDfsStreamBufferWriter
Default constructor
Top
Methods
  NameDescription
Public methodDispose
Dispose buffer.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also