Summary

A static helper class used to copy contents between System.IO.Streams using readers and writers.
For a list of all members of this type, see StreamCopier Members .

Type Relationships

  System.Object
    Eas.WebCrawler.Common.IO.StreamCopier

Declaration Syntax

NotInheritable MustInherit Public Class StreamCopier
public sealed abstract class StreamCopier
public __gc __sealed __abstract class StreamCopier
public abstract class StreamCopier

Remarks

This class will still perform correctly even if your readers and writers do not have backing System.IO.Streams.

Requirements

Namespace: Eas.WebCrawler.Common.IO
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

StreamCopier Members | Eas.WebCrawler.Common.IO Namespace