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
)
Public Shared Function ReadInputStream (
input As Stream,
streamType As InputStreamType
) As Byte()
Parameters
- input
- Type: System.IOStream
The stream to convert. - streamType
- Type: NetQuarryInputStreamType
The type of stream being provided.
Return Value
Type:
ByteThe binary content of the stream.
See Also