public class HealthWriter
extends java.lang.Object
| Constructor and Description |
|---|
HealthWriter(java.io.OutputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(java.lang.String label,
java.util.Date value) |
void |
addLine(java.lang.String label,
int value) |
void |
addLine(java.lang.String label,
java.lang.String value) |
void |
close() |
void |
open() |
public void open()
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionpublic void addLine(java.lang.String label,
java.lang.String value)
throws java.io.IOException
java.io.IOExceptionpublic void addLine(java.lang.String label,
java.util.Date value)
throws java.io.IOException
java.io.IOExceptionpublic void addLine(java.lang.String label,
int value)
throws java.io.IOException
java.io.IOExceptionCopyright © 2016 Richard Thurston. All Rights Reserved.