public abstract class BytesOutTimed extends Object implements Renderer.BytesOut
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
Constructor and Description |
---|
BytesOutTimed() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getFormat()
The format name of the stream (so it can be reported in the timings).
|
protected abstract void |
writeAll(OutputStream os)
Subclass implements to provide writing functionality that
this class wraps for statistics.
|
void |
writeAll(Times t,
OutputStream os) |
public final void writeAll(Times t, OutputStream os)
writeAll
in interface Renderer.BytesOut
protected abstract void writeAll(OutputStream os)
protected abstract String getFormat()
Copyright © 2014. All Rights Reserved.