Click or drag to resize

StreamExtensions Class

Provides extension methods for Stream
Inheritance Hierarchy
SystemObject
  Ookii.JumboStreamExtensions

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static class StreamExtensions

The StreamExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodCopySize(Stream, Stream, Int64) Copies the specified number of bytes from one stream to another using the default buffer size.
Public Extension MethodCopySize(Stream, Stream, Int64, Int32) Copies the specified number of bytes from one stream to another using the specified buffer size.
Public Extension MethodCopyTo(Stream, Stream) Copies one stream to another.
Public Extension MethodCopyTo(Stream, Stream, Int32) Copies one stream to another using the specified buffer size.
Top
See Also