Method | 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 |
Method | Description | |
---|---|---|
ReadBytes ( Stream stream, int length ) : byte[] |
public static BeginReadBytes ( Stream stream, long offset, int length, AsyncCallback callback, object state ) : IAsyncResult | ||
stream | Stream | |
offset | long | |
length | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
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 | |
return | IAsyncResult |
public static EndReadBytes ( IAsyncResult result ) : byte[] | ||
result | IAsyncResult | |
return | byte[] |
public static ReadBytes ( Stream stream, long offset, int length ) : byte[] | ||
stream | Stream | |
offset | long | |
length | int | |
return | byte[] |
public static ReadBytes ( Stream stream, long offset, int length, SeekOrigin origin ) : byte[] | ||
stream | Stream | |
offset | long | |
length | int | |
origin | SeekOrigin | |
return | byte[] |
public static ReadBytesAsync ( AsyncMachine |
||
machine | AsyncMachine |
|
stream | Stream | |
length | int | |
return | IEnumerable |