|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.OutputStream
|
+--com.go.trove.log.IntervalLogStream
|
+--com.go.trove.log.DailyLogStream
An implementation of the IntervalLogStream with an interval of one day.
| Inner classes inherited from class com.go.trove.log.IntervalLogStream |
IntervalLogStream.Factory |
| Constructor Summary | |
DailyLogStream(IntervalLogStream.Factory factory)
|
|
| Method Summary | |
protected void |
moveToIntervalStart(java.util.Calendar cal)
Moves calendar to beginning of day. |
protected void |
moveToNextIntervalStart(java.util.Calendar cal)
Moves calendar to beginning of next day. |
| Methods inherited from class com.go.trove.log.IntervalLogStream |
close, finalize, flush, startAutoRollover, stopAutoRollover, write, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DailyLogStream(IntervalLogStream.Factory factory)
| Method Detail |
protected void moveToIntervalStart(java.util.Calendar cal)
moveToIntervalStart in class IntervalLogStreamprotected void moveToNextIntervalStart(java.util.Calendar cal)
moveToNextIntervalStart in class IntervalLogStream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||