|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
net.sf.rej.util.CountInputStream
public class CountInputStream
| Constructor Summary | |
|---|---|
CountInputStream(java.io.InputStream is)
|
|
| Method Summary | |
|---|---|
int |
getPosition()
|
void |
mark(int readlimit)
|
int |
read()
|
void |
reset()
|
| Methods inherited from class java.io.BufferedInputStream |
|---|
available, close, markSupported, read, skip |
| Methods inherited from class java.io.FilterInputStream |
|---|
read |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CountInputStream(java.io.InputStream is)
| Method Detail |
|---|
public int read()
throws java.io.IOException
read in class java.io.BufferedInputStreamjava.io.IOExceptionpublic void mark(int readlimit)
mark in class java.io.BufferedInputStream
public void reset()
throws java.io.IOException
reset in class java.io.BufferedInputStreamjava.io.IOExceptionpublic int getPosition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||