hep.io.root.core
Class IOUtils

java.lang.Object
  extended by hep.io.root.core.IOUtils

public class IOUtils
extends Object

Version:
$Id: IOUtils.java 8584 2006-08-10 23:06:37Z duns $
Author:
tonyj

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


Copyright © 2000-2013 FreeHEP. All Rights Reserved.