public class BufferedArchiveStream<TKey, TValue> : IDisposable
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>
Public Class BufferedArchiveStream(Of TKey As {New, SnapTypeBase(Of TKey)}, TValue As {New, SnapTypeBase(Of TValue)})
Implements IDisposablegeneric<typename TKey, typename TValue>
where TKey : gcnew(), SnapTypeBase<TKey>
where TValue : gcnew(), SnapTypeBase<TValue>
public ref class BufferedArchiveStream : IDisposable| BufferedArchiveStreamTKey, TValue | Creates an instance of the BufferedArchiveStream class with the specified index and table. |
| Index | An index value that is used to disassociate the archive file. |
| Dispose | Disposes of the resources used by the BufferedArchiveStream. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| SeekToKeyAndUpdateCacheValue | Seeks to the specified key in the scanner and updates the cached value. |
| SkipToNextKeyAndUpdateCachedValue | Skips to the next key in the scanner and updates the cached value. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| UpdateCachedValue | Updates the cached value by peeking at the next key-value pair in the scanner. |
| CacheIsValid | Gets or sets a flag indicating whether the cache is valid. |
| CacheKey | Gets or sets the cached key. |
| CacheValue | Gets or sets the cached value. |
| Scanner | Gets or sets the sorted tree scanner used for reading data. |