ReadBytes(Stream, int, bool)

Method

Namespace: Diffstore.Utils

Declared in: Diffstore.Utils.StreamExtensions


Reads specified count of bytes from the specified stream using an intermediate buffer.

Syntax

public static MemoryStream ReadBytes(
	Stream stream,
	int count,
	bool close
)

Back to index