|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccountingOutput
AccountingOutput is an interface for OutputStreams and files, such that the number of bytes that have been written out is tallied and can be reported.
The procedure is simple: upon acquisition of a file or stream, an AccountingOutput starts accounting such that the number of bytes that have been written to the stream (or file) can be returned.
Method Summary | |
---|---|
long |
written()
Returns the number of bytes that have been written to the stream or file since the AccountingOutput instance was constructed. |
Method Detail |
---|
long written()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |