SequentialSortedTreeWriterTKey, TValue Class
A specialized serialization method for writing data to a disk in the SortedTreeStore method.
Namespace: SnapDB.Snap.Tree.SpecializedAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static class SequentialSortedTreeWriter<TKey, TValue>
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>
Public NotInheritable Class SequentialSortedTreeWriter(Of TKey As {New, SnapTypeBase(Of TKey)}, TValue As {New, SnapTypeBase(Of TValue)})
generic<typename TKey, typename TValue>
where TKey : gcnew(), SnapTypeBase<TKey>
where TValue : gcnew(), SnapTypeBase<TValue>
public ref class SequentialSortedTreeWriter abstract sealed
JavaScript does not support generic types or methods.
- Inheritance
- Object SequentialSortedTreeWriterTKey, TValue
Type Parameters
- TKey
- The type of keys stored in the tree.
- TValue
- The type of values stored in the tree.
| Create |
Writes the supplied stream to the binary stream.
|