Package org.apache.james.mime4j.io
package org.apache.james.mime4j.io
-
ClassDescription
InputStreambacked by byte array.Input buffer that can be used to search for patterns using Quick Search algorithm in data read from anInputStream.InputStream which converts\rbytes not followed by\nand\nnot preceded by\rto\r\n.Factory methods forInputStreaminstances backed by binary or textual data that attempt to minimize intermediate copying while streaming data.InputStreamused by the parser to wrap the original user supplied stream.Input stream capable of reading lines of text.InputStreamused by the MIME parser to detect whether the underlying data stream was used (read from) and whether the end of the stream was reached.Signals a I/O error due to the total header length exceeding the maximum limit.Signals a I/O error due to the header count exceeding the maximum limit.Signals an I/O error due to a line exceeding the limit on the maximum line length.Stream that constrains itself to a single MIME body part.InputStreambacked byCharSequence.