hep.io.root.core
Class IOUtils
java.lang.Object
hep.io.root.core.IOUtils
- public class IOUtils
- extends Object
- Version:
- $Id: IOUtils.java,v 1.1 2005/08/10 00:56:31 tonyj Exp $
- Author:
- tonyj
- Source Code:
- IOUtils.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOUtils
public IOUtils()
readVariableMultiArray
public static void readVariableMultiArray(RootInput in,
float[][] source,
int[] lengths)
throws IOException
- Throws:
IOException
readFixedArray
public static void readFixedArray(RootInput in,
Object[] data,
String type)
throws IOException
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.