ReadAllBytes(Stream)

Method

Namespace: Diffstore.Utils

Declared in: Diffstore.Utils.StreamExtensions


Reads all bytes from the specified stream using an intermediate buffer.

Syntax

public static byte[] ReadAllBytes(
	Stream reader
)

Back to index