Class H5FloatType

All Implemented Interfaces:
AutoCloseable

public class H5FloatType extends H5Type
  • Constructor Details

    • H5FloatType

      protected H5FloatType(long id)
  • Method Details

    • read

      public Object read(ByteBuffer outBuf, int offset)
      Specified by:
      read in class H5Type
      Returns:
      a java object that represents the data that was stored in the outBuf if it was of this data type. This java object should be coercable in to the type returned from H5Type.toType()
    • toString

      public String toString()
      Specified by:
      toString in class H5Type
    • toType

      public nz.org.riskscape.engine.types.Type toType()
      Specified by:
      toType in class H5Type
      Returns:
      a Riskscape type that mirrors the HD5 data type
    • isVariableLength

      public boolean isVariableLength()
      Specified by:
      isVariableLength in class H5Type
      Returns:
      true if this type is, or contains something, of variable length. As yet, this H5 support in this plugin can not read datasets of variable length type