Table of Contents

Interface IDatasetStream

Namespace
PureHDF
Assembly
PureHDF.dll

Contains a collection of optional methods to improve performance.

public interface IDatasetStream

Methods

ReadDataset(Span<byte>)

This method is called to indicate that actual data is being read (e.g. to determine if the request should be cached).

void ReadDataset(Span<byte> buffer)

Parameters

buffer Span<byte>

The buffer to write the data into.