H5StringType

H5StringType

Representation of a HDF5 string type.

Constructor

new H5StringType(encoding, length)

Source:
Parameters:
Name Type Description
encoding string

Encoding for the strings, should be either ASCII or UTF-8.

length number

Non-negative integer specifying the maximum length of the strings. (See findMaxStringLength to determine the maximum length from an array of strings.) This can be set to variableLength to indicate that the strings are of variable length.

Classes

H5StringType

Members

encoding :string

Source:

Encoding of the string type.

Type:
  • string

length :number

Source:

Length of the string type, or variableLength for variable-length strings.

Type:
  • number

variableLength

Source:

Sentinel value for variable-length strings.