|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.caliper.Xml
public final class Xml
This exists for backwards compatibility with old data, which is stored in XML format. All new data is stored in JSON.
Method Summary | |
---|---|
static Environment |
environmentFromXml(InputStream in)
Creates an environment by decoding XML from the specified stream. |
static Result |
resultFromXml(InputStream in)
|
static Run |
runFromXml(InputStream in)
Creates a result by decoding XML from the specified stream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Run runFromXml(InputStream in)
public static Environment environmentFromXml(InputStream in)
public static Result resultFromXml(InputStream in)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |