[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.ReadStream

ReadStream Method

ReadStream(Stream, ref int)

Read stream to a byte[] buffer.

Declaration
public static byte[] ReadStream(Stream stream, ref int readLength)
Public Shared Function ReadStream(stream As Stream, ByRef readLength As Integer) As Byte()
Parameters
Type Name Description
Stream stream

Input stream.

int readLength

Length to read.

Returns
Type Description
byte[]

A byte[] buffer.