SubFileStream Class

Provides a file stream that can be used to open a file and does all of the background work required to translate virtual position data into physical ones.

Definition

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

Properties

IsDisposed Determines if the file system has been disposed yet.
IsReadOnly Gets if this file was opened in readonly mode.
RemainingSupportedIoSessions Gets the number of available simultaneous read/write sessions.

Methods

Dispose 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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also