Class H5VlenType

All Implemented Interfaces:
AutoCloseable

public class H5VlenType extends H5Type
  • Constructor Details

    • H5VlenType

      protected H5VlenType(long id)
  • Method Details

    • 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
    • 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
    • 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
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Overrides:
      close in class H5Type
    • getMemberType

      public H5Type getMemberType()