Click or drag to resize

EAPUtilReadInputStream Method

Reads a stream and returns it as a byte array of its binary content.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static byte[] ReadInputStream(
	Stream input,
	InputStreamType streamType
)

Parameters

input
Type: System.IOStream
The stream to convert.
streamType
Type: NetQuarryInputStreamType
The type of stream being provided.

Return Value

Type: Byte
The binary content of the stream.
See Also