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