DfsStreamBufferWriter Class |
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.
Namespace: DHI.Generic.MikeZero.DFS
The DfsStreamBufferWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | DfsStreamBufferWriter |
Default constructor
|
Name | Description | |
---|---|---|
![]() | Dispose |
Dispose buffer.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |