Share via


StreamHelper Class

Definition

public class StreamHelper
type StreamHelper = class
Public Class StreamHelper
Inheritance
StreamHelper

Constructors

StreamHelper()

Methods

BeginReadBytes(Stream, Int64, Int32, AsyncCallback, Object)
BeginReadBytes(Stream, Int64, Int32, SeekOrigin, AsyncCallback, Object)
EndReadBytes(IAsyncResult)
ReadBytes(Stream, Int64, Int32, SeekOrigin)
ReadBytes(Stream, Int64, Int32)
ReadBytesAsync(AsyncMachine<Byte[]>, Stream, Int32)

Applies to