Rdata Stream.Try Get Compressed Stream Method
Attempts to detect a compressed stream.
Definition
Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
true if a compressed stream was detected; otherwise false.
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
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
Booleantrue if a compressed stream was detected; otherwise false.