C# 클래스 Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence.StreamHelper

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ReadBytes ( Stream stream, int length ) : byte[]

메소드 상세

BeginReadBytes() 공개 정적인 메소드

public static BeginReadBytes ( Stream stream, long offset, int length, AsyncCallback callback, object state ) : IAsyncResult
stream Stream
offset long
length int
callback AsyncCallback
state object
리턴 IAsyncResult

BeginReadBytes() 공개 정적인 메소드

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
리턴 IAsyncResult

EndReadBytes() 공개 정적인 메소드

public static EndReadBytes ( IAsyncResult result ) : byte[]
result IAsyncResult
리턴 byte[]

ReadBytes() 공개 정적인 메소드

public static ReadBytes ( Stream stream, long offset, int length ) : byte[]
stream Stream
offset long
length int
리턴 byte[]

ReadBytes() 공개 정적인 메소드

public static ReadBytes ( Stream stream, long offset, int length, SeekOrigin origin ) : byte[]
stream Stream
offset long
length int
origin SeekOrigin
리턴 byte[]

ReadBytesAsync() 공개 정적인 메소드

public static ReadBytesAsync ( AsyncMachine machine, Stream stream, int length ) : IEnumerable
machine AsyncMachine
stream Stream
length int
리턴 IEnumerable