Constructor
new H5StringType(encoding, length)
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 |
Classes
Members
encoding :string
Encoding of the string type.
Type:
- string
length :number
Length of the string type, or variableLength
for variable-length strings.
Type:
- number
variableLength
Sentinel value for variable-length strings.