| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
nextapp.echoservlet.CountOutputStream
public class CountOutputStream
| Constructor Summary | |
|---|---|
CountOutputStream(java.io.OutputStream decorated)
 | 
|
| Method Summary | |
|---|---|
 long | 
getCount()
 | 
 void | 
write(byte[] b)
 | 
 void | 
write(byte[] b,
      int off,
      int len)
 | 
 void | 
write(int b)
 | 
| Methods inherited from class java.io.OutputStream | 
|---|
close, flush | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CountOutputStream(java.io.OutputStream decorated)
| Method Detail | 
|---|
public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException
public void write(byte[] b)
           throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException
public void write(int b)
           throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic long getCount()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||