org.scalabench.dacapo.callback
Class MarshallingSupport

java.lang.Object
  extended by org.scalabench.dacapo.callback.MarshallingSupport

public final class MarshallingSupport
extends Object

Various utility methods to marshal and unmarshal XML summaries of a benchmark's execution.


Method Summary
static Summary loadSummary(File file)
           
static Summary loadSummary(InputStream in)
           
static void storeSummary(Summary summary, File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadSummary

public static Summary loadSummary(InputStream in)
                           throws IOException
Throws:
IOException

loadSummary

public static Summary loadSummary(File file)
                           throws IOException
Throws:
IOException

storeSummary

public static void storeSummary(Summary summary,
                                File file)
                         throws IOException
Throws:
IOException


Copyright © 2010-2012 Technische Universität Darmstadt. All Rights Reserved.