Summary
A Eas.WebCrawler.PlugIns.TemporaryStorage that stores data in a memory stream.
For a list of all members of this type, see
MemoryStorage Members
.
Type Relationships
System.ObjectEas.WebCrawler.Common.BaseDisposable
Eas.WebCrawler.PlugIns.TemporaryStorage.StreamBasedStorage
Eas.WebCrawler.PlugIns.TemporaryStorage.MemoryStorage
Declaration Syntax
Public Class MemoryStorage
Inherits StreamBasedStorage
public class MemoryStorage : StreamBasedStorage
public __gc class MemoryStorage : public StreamBasedStorage
public class MemoryStorage extends StreamBasedStorage
Remarks
Use this store when the results are small enough to store in memory. FileStorage is slower but takes up much less memory.Requirements
Namespace: Eas.WebCrawler.PlugIns.TemporaryStorageAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)