Uses of Class
org.apache.james.mime4j.io.LineReaderInputStream
-
Packages that use LineReaderInputStream Package Description org.apache.james.mime4j.io org.apache.james.mime4j.stream -
-
Uses of LineReaderInputStream in org.apache.james.mime4j.io
Subclasses of LineReaderInputStream in org.apache.james.mime4j.io Modifier and Type Class Description classBufferedLineReaderInputStreamInput buffer that can be used to search for patterns using Quick Search algorithm in data read from anInputStream.classLineReaderInputStreamAdaptorInputStreamused by the MIME parser to detect whether the underlying data stream was used (read from) and whether the end of the stream was reached.classMimeBoundaryInputStreamStream that constrains itself to a single MIME body part.Fields in org.apache.james.mime4j.io declared as LineReaderInputStream Modifier and Type Field Description private LineReaderInputStreamLineReaderInputStreamAdaptor. bis -
Uses of LineReaderInputStream in org.apache.james.mime4j.stream
Methods in org.apache.james.mime4j.stream that return LineReaderInputStream Modifier and Type Method Description private LineReaderInputStreamMimeEntity. getDataStream()
-