FileStorage overview

Public Constructors

FileStorage Creates a FileStorage from a name for the temporary file to use.

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)  

Public Properties

FileName The name of the temporary file to use.

Protected Methods

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

See Also

FileStorage Class | Eas.WebCrawler.PlugIns.TemporaryStorage Namespace