MemoryStorage overview

Public Constructors

MemoryStorage  

Public Methods

Dispose  (inherited from BaseDisposable)  
Equals  (inherited from Object)  
GetBinaryReader  (inherited from StreamBasedStorage) Provides a System.IO.BinaryReader for reading contents stored in this store.
GetBinaryWriter  (inherited from StreamBasedStorage) Provides a System.IO.BinaryWriter for writing contents into this store.
GetHashCode  (inherited from Object)  
GetTextReader  (inherited from StreamBasedStorage) Provides a System.IO.TextReader for reading contents stored in this store.
GetTextWriter  (inherited from StreamBasedStorage) Provides a System.IO.TextWriter for writing contents into this store.
GetType  (inherited from Object)  
ReferenceEquals  (inherited from Object)  
ToString  (inherited from Object)  

Protected Methods

Dispose  
Finalize  (inherited from BaseDisposable) Finalizes this instance.
GetStreamForReading Gets the underlying memory stream for reading.
GetStreamForWriting Gets the underlying memory stream for writting.
MemberwiseClone  (inherited from Object)  

See Also

MemoryStorage Class | Eas.WebCrawler.PlugIns.TemporaryStorage Namespace