StreamConverterReadFileFully Method |
Reads the file fully.
Namespace: RMP.WebAssembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static byte[] ReadFileFully(
Stream input
)
Public Shared Function ReadFileFully (
input As Stream
) As Byte()
public:
static array<unsigned char>^ ReadFileFully(
Stream^ input
)
static member ReadFileFully :
input : Stream -> byte[]
Parameters
- input
- Type: System.IOStream
The input.
Return Value
Type:
ByteSystem.Byte().
See Also