hdf5

package module
v0.0.0-...-1bd108c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2025 License: MIT Imports: 6 Imported by: 0

README

hdf5

HDF5 - Go library

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dataset

type Dataset struct {
	// contains filtered or unexported fields
}

func (*Dataset) Name

func (d *Dataset) Name() string

type File

type File struct {
	// contains filtered or unexported fields
}

func Open

func Open(filename string) (*File, error)

func (*File) Close

func (f *File) Close() error

func (*File) Root

func (f *File) Root() *Group

func (*File) SuperblockVersion

func (f *File) SuperblockVersion() uint8

func (*File) Walk

func (f *File) Walk(fn func(path string, obj Object))

type Group

type Group struct {
	// contains filtered or unexported fields
}

func (*Group) Children

func (g *Group) Children() []Object

func (*Group) Name

func (g *Group) Name() string

type Object

type Object interface {
	Name() string
}

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL