|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IInputStreamFilter | |
---|---|
com.norconex.commons.lang.io | Utility classes when dealing with files and directories. |
Uses of IInputStreamFilter in com.norconex.commons.lang.io |
---|
Classes in com.norconex.commons.lang.io that implement IInputStreamFilter | |
---|---|
class |
RegexInputStreamFilter
Filters lines of text read from an InputStream decorated with FilteredInputStream , based on a given regular expression. |
Methods in com.norconex.commons.lang.io with parameters of type IInputStreamFilter | |
---|---|
static String[] |
FileUtil.head(File file,
String encoding,
int numberOfLinesToRead,
boolean stripBlankLines,
IInputStreamFilter filter)
Returns the specified number of lines starting from the beginning of a text file, using the given encoding. |
static String[] |
FileUtil.tail(File file,
String encoding,
int numberOfLinesToRead,
boolean stripBlankLines,
IInputStreamFilter filter)
Returns the specified number of lines starting from the end of a text file. |
Constructors in com.norconex.commons.lang.io with parameters of type IInputStreamFilter | |
---|---|
FilteredInputStream(InputStream is,
IInputStreamFilter filter)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |