com.google.caliper
Class ResultsReader

java.lang.Object
  extended by com.google.caliper.ResultsReader

public final class ResultsReader
extends Object

Helps with deserialization of results, given uncertainty about the format (xml or json) they are in.


Constructor Summary
ResultsReader()
           
 
Method Summary
 Result getResult(InputStream in)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultsReader

public ResultsReader()
Method Detail

getResult

public Result getResult(InputStream in)
                 throws IOException
Throws:
IOException


Copyright © 2009-2011 Google, Inc.. All Rights Reserved.