Welcome to the NetCologne GmbH open source mirroring service!

This machine mirrors various open-source projects. 20 Gbit/s uplink.

If there are any issues or you want another project mirrored, please contact mirror-service -=AT=- netcologne DOT de !

Swarm 2.2 Reference Guide: Interface HDF5S

swarm.defobj
Interface HDF5S

All Known Implementing Classes:
HDF5CImpl, HDF5Impl

public interface HDF5S
extends CreateS, DropS

HDF5 interface. HDF5 interface


Method Summary
 java.lang.Object setBaseTypeObject(java.lang.Object baseTypeObject)
           
 java.lang.Object setName(java.lang.String name)
          Create-time use is to name the file or group.
 

Method Detail

setName

public java.lang.Object setName(java.lang.String name)
Create-time use is to name the file or group. Setting-time use is to rename component datasets that don't parent's name.

setBaseTypeObject

public java.lang.Object setBaseTypeObject(java.lang.Object baseTypeObject)