|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInputStreamFilter
Filters lines of text read from an InputStream decorated with
FilteredInputStream
.
Method Summary | |
---|---|
boolean |
accept(String line)
Whether a line is "accepted" or not. |
Method Detail |
---|
boolean accept(String line)
line
- line being read
true
if line is accepted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |