|
||||||||||
| 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
org.cip4.jdflib.util.SkipInputStream
public class SkipInputStream
stream class that allows allows skipping until a certain tag is found
| Field Summary |
|---|
| Fields inherited from class java.io.BufferedInputStream |
|---|
buf, count, marklimit, markpos, pos |
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
SkipInputStream(String searchTag,
InputStream stream2,
boolean ignorecase)
|
|
SkipInputStream(String searchTag,
InputStream stream2,
boolean ignorecase,
int maxPreRead)
|
|
| Method Summary | |
|---|---|
int |
read()
same as read, returns -1 if not found |
String |
toString()
|
| Methods inherited from class java.io.BufferedInputStream |
|---|
available, close, mark, markSupported, read, reset, skip |
| Methods inherited from class java.io.FilterInputStream |
|---|
read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SkipInputStream(String searchTag,
InputStream stream2,
boolean ignorecase)
searchTag - stream2 - ignorecase -
public SkipInputStream(String searchTag,
InputStream stream2,
boolean ignorecase,
int maxPreRead)
searchTag - stream2 - ignorecase - maxPreRead - | Method Detail |
|---|
public int read()
throws IOException
read in class BufferedInputStreamIOExceptionBufferedInputStream.read()public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||