|
|||||||||
| Home >> All >> com >> anotherbigidea >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.io
Class CountingOutputStream

java.lang.Objectjava.io.OutputStream
com.anotherbigidea.io.CountingOutputStream
- Direct Known Subclasses:
- OutputStreamWrapper
- public abstract class CountingOutputStream
- extends java.io.OutputStream
An OutputStream that provides a count of the bytes written.
| Field Summary | |
protected int |
mCount
|
| Constructor Summary | |
CountingOutputStream()
|
|
| Method Summary | |
int |
getCount()
|
void |
setCount(int count)
Set the counter. |
| Methods inherited from class java.io.OutputStream |
close, flush, write, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
mCount
protected int mCount
| Constructor Detail |
CountingOutputStream
public CountingOutputStream()
| Method Detail |
getCount
public int getCount()
setCount
public void setCount(int count)
- Set the counter.
|
|||||||||
| Home >> All >> com >> anotherbigidea >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC