Show / Hide Table of Contents

Enum H5FilterID

Specifies the filter identifier.

Namespace: HDF5.NET
Assembly: HDF5.NET.dll
Syntax
public enum H5FilterID : ushort

Fields

Name Description
Deflate

Deflation like gzip.

Fletcher32

Fletcher32 checksum of EDC.

NA

No filter.

Nbit

NBit compression.

ScaleOffset

Scale+offset compression.

Shuffle

Shuffle the data.

Szip

Szip compression

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2023 Vincent Wilms