Get the underlying file stream for writting.

Declaration Syntax

Protected Overrides Function GetStreamForWriting() As Stream
protected override Stream GetStreamForWriting();
protected: Stream GetStreamForWriting();
protected override function GetStreamForWriting() : Stream;

Return Value

The underlying file stream.

Requirements

Namespace: Eas.WebCrawler.PlugIns.TemporaryStorage
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

FileStorage Class | FileStorage Members | Eas.WebCrawler.PlugIns.TemporaryStorage Namespace