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: 2.0.0
Syntax
public static class StreamExtensions
Methods
  NameDescription
Public methodStatic memberCopySize(Stream, Stream, Int64)
Copies the specified number of bytes from one stream to another using the default buffer size.
Public methodStatic memberCopySize(Stream, Stream, Int64, Int32)
Copies the specified number of bytes from one stream to another using the specified buffer size.
Public methodStatic memberCopyTo(Stream, Stream)
Copies one stream to another.
Public methodStatic memberCopyTo(Stream, Stream, Int32)
Copies one stream to another using the specified buffer size.
Top
See Also