org.dawb.hdf5
Class HierarchicalDataUtils
java.lang.Object
org.dawb.hdf5.HierarchicalDataUtils
public class HierarchicalDataUtils
- extends java.lang.Object
Method Summary |
static void |
copy(java.io.File source_file,
java.io.File destination_file)
Overwrites destination_file if it exists, creates new if not. |
static void |
copy(java.io.File source_file,
java.io.File destination_file,
byte[] buffer)
Overwrites destination_file if it exists, creates new if not. |
static boolean |
isDataType(Dataset set,
int requiredType)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HierarchicalDataUtils
public HierarchicalDataUtils()
copy
public static final void copy(java.io.File source_file,
java.io.File destination_file)
throws java.io.IOException
- Overwrites destination_file if it exists, creates new if not.
- Parameters:
source_file
- destination_file
-
- Throws:
java.io.IOException
copy
public static final void copy(java.io.File source_file,
java.io.File destination_file,
byte[] buffer)
throws java.io.IOException
- Overwrites destination_file if it exists, creates new if not.
- Parameters:
source_file
- destination_file
- buffer
-
- Throws:
java.io.IOException
isDataType
public static boolean isDataType(Dataset set,
int requiredType)