c

scalismo.io

HDF5File

class HDF5File extends Closeable

Linear Supertypes
Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HDF5File
  2. Closeable
  3. AutoCloseable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HDF5File(h5file: FileFormat)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def close(): Unit
    Definition Classes
    HDF5File → Closeable → AutoCloseable
  7. def createGroup(absolutePath: String): Try[Group]
  8. def createGroup(parent: Group, relativePath: String): Try[Group]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def exists(path: String): Boolean
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getGroup(groupName: String): Try[Group]
  15. def getGroup(parentGroup: Group, childGroupName: String): Try[Group]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def readArray[T](path: String): Try[Array[T]]
  22. def readFloat(path: String): Try[Float]
  23. def readInt(path: String): Try[Int]
  24. def readIntAttribute(path: String, attrName: String): Try[Int]
  25. def readNDArray[T](path: String): Try[NDArray[T]]
  26. def readString(path: String): Try[String]
  27. def readStringAttribute(path: String, attrName: String): Try[String]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. def writeArray[T](path: String, data: Array[T]): Try[Unit]
  34. def writeFloat(path: String, value: Float): Try[Unit]
  35. def writeInt(path: String, value: Int): Try[Unit]
  36. def writeIntAttribute(path: String, attrName: String, attrValue: Int): Try[Unit]
  37. def writeNDArray[T](path: String, ndArray: NDArray[T]): Try[Unit]
  38. def writeString(path: String, value: String): Try[Unit]
  39. def writeStringAttribute(path: String, attrName: String, attrValue: String): Try[Unit]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped