FreeHEP API
Version current

hep.io.root.core
Class IOUtils

java.lang.Object
  extended byhep.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

Constructor Summary
IOUtils()
           
 
Method Summary
static void readFixedArray(RootInput in, Object[] data, String type)
           
static void readVariableMultiArray(RootInput in, float[][] source, int[] lengths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtils

public IOUtils()
Method Detail

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.