[]
Read stream to a byte[] buffer.
public static byte[] ReadStream(Stream stream, ref int readLength)
Public Shared Function ReadStream(stream As Stream, ByRef readLength As Integer) As Byte()
| Type | Name | Description |
|---|---|---|
| Stream | stream | Input stream. |
| int | readLength | Length to read. |
| Type | Description |
|---|---|
| byte[] | A byte[] buffer. |