Table of Contents
Extensions for streams
public static class StreamExt
Inheritance System.Object StreamExt
Synchronously gets the full array of bytes from any stream, disposing with the Stream afterwards
public static byte[] GetByteArray(this System.IO.Stream stream);
stream
System.IO.Stream