C# Class Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence.StreamHelper

Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
BeginReadBytes ( Stream stream, long offset, int length, AsyncCallback callback, object state ) : IAsyncResult
BeginReadBytes ( Stream stream, long offset, int length, SeekOrigin origin, AsyncCallback callback, object state ) : IAsyncResult
EndReadBytes ( IAsyncResult result ) : byte[]
ReadBytes ( Stream stream, long offset, int length ) : byte[]
ReadBytes ( Stream stream, long offset, int length, SeekOrigin origin ) : byte[]
ReadBytesAsync ( AsyncMachine machine, Stream stream, int length ) : IEnumerable

Private Methods

Méthode Description
ReadBytes ( Stream stream, int length ) : byte[]

Method Details

BeginReadBytes() public static méthode

public static BeginReadBytes ( Stream stream, long offset, int length, AsyncCallback callback, object state ) : IAsyncResult
stream Stream
offset long
length int
callback AsyncCallback
state object
Résultat IAsyncResult

BeginReadBytes() public static méthode

public static BeginReadBytes ( Stream stream, long offset, int length, SeekOrigin origin, AsyncCallback callback, object state ) : IAsyncResult
stream Stream
offset long
length int
origin SeekOrigin
callback AsyncCallback
state object
Résultat IAsyncResult

EndReadBytes() public static méthode

public static EndReadBytes ( IAsyncResult result ) : byte[]
result IAsyncResult
Résultat byte[]

ReadBytes() public static méthode

public static ReadBytes ( Stream stream, long offset, int length ) : byte[]
stream Stream
offset long
length int
Résultat byte[]

ReadBytes() public static méthode

public static ReadBytes ( Stream stream, long offset, int length, SeekOrigin origin ) : byte[]
stream Stream
offset long
length int
origin SeekOrigin
Résultat byte[]

ReadBytesAsync() public static méthode

public static ReadBytesAsync ( AsyncMachine machine, Stream stream, int length ) : IEnumerable
machine AsyncMachine
stream Stream
length int
Résultat IEnumerable