|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineReaderInputStream | |
---|---|
org.apache.james.mime4j.io | |
org.apache.james.mime4j.parser |
Uses of LineReaderInputStream in org.apache.james.mime4j.io |
---|
Subclasses of LineReaderInputStream in org.apache.james.mime4j.io | |
---|---|
class |
BufferedLineReaderInputStream
Input buffer that can be used to search for patterns using Quick Search algorithm in data read from an InputStream . |
class |
LineReaderInputStreamAdaptor
InputStream used by the MIME parser to detect whether the
underlying data stream was used (read from) and whether the end of the
stream was reached. |
class |
MimeBoundaryInputStream
Stream that constrains itself to a single MIME body part. |
Uses of LineReaderInputStream in org.apache.james.mime4j.parser |
---|
Methods in org.apache.james.mime4j.parser that return LineReaderInputStream | |
---|---|
protected LineReaderInputStream |
MimeEntity.getDataStream()
|
protected abstract LineReaderInputStream |
AbstractEntity.getDataStream()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |