RdataStream.TryGetCompressedStream Method

Attempts to detect a compressed stream.

Definition

Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public static bool TryGetCompressedStream(
	Stream stream,
	out Stream compressedStream
)

Parameters

stream  Stream
The stream that contains the data.
compressedStream  Stream
On successful return, the compressed stream.

Return Value

Boolean
true if a compressed stream was detected; otherwise false.

See Also