public class Har extends Object
| Modifier and Type | Method and Description |
|---|---|
HarLog |
getLog() |
void |
setLog(HarLog log) |
void |
writeTo(File file) |
void |
writeTo(OutputStream os) |
void |
writeTo(Writer writer) |
public Har()
public Har(HarLog log)
public HarLog getLog()
public void setLog(HarLog log)
public void writeTo(Writer writer) throws IOException
IOExceptionpublic void writeTo(OutputStream os) throws IOException
IOExceptionpublic void writeTo(File file) throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.