Package | Description |
---|---|
edu.umass.cs.benchlab.har.tools |
Main helper classes to read and write HAR files.
|
Modifier and Type | Method and Description |
---|---|
HarLog |
HarFileReader.readHarFile(java.io.File file)
Read the given file and build the corresponding HarLog object hierarchy in
memory.
|
HarLog |
HarFileReader.readHarFile(java.io.File file,
java.util.List<HarWarning> warnings)
Read the given file and build the corresponding HarLog object hierarchy in
memory.
|
HarLog |
HarFileReader.readHarFile(java.io.InputStream stream,
java.util.List<HarWarning> warnings)
Read the given InputStream and build the corresponding HarLog object
hierarchy in memory.
|
HarLog |
HarFileReader.readHarFile(org.codehaus.jackson.JsonParser jp,
java.util.List<HarWarning> warnings)
Read the given file and build the corresponding HarLog object hierarchy in
memory.
|
Modifier and Type | Method and Description |
---|---|
void |
HarFileWriter.writeHarFile(HarLog log,
java.io.File file)
Write a HarLog object into a file.
|
void |
HarFileWriter.writeHarFile(HarLog log,
org.codehaus.jackson.JsonGenerator generator)
Write a HarLog object into a file.
|
void |
HarFileWriter.writeHarFile(HarLog log,
java.io.OutputStream os)
Write a HarLog object into an OutputStream.
|
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.