Package org.apache.james.mime4j.io

Class Summary
BufferedLineReaderInputStream Input buffer that can be used to search for patterns using Quick Search algorithm in data read from an InputStream.
CloseShieldInputStream Deprecated. This class will be removed in 0.6 release
EOLConvertingInputStream InputStream which converts \r bytes not followed by \n and \n not preceded by \r to \r\n.
LimitedInputStream  
LineReaderInputStream Input stream capable of reading lines of text.
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.
MimeBoundaryInputStream Stream that constrains itself to a single MIME body part.
PartialInputStream Deprecated. This class will be removed in 0.6 release
PositionInputStream  
RootInputStream InputStream used by the parser to wrap the original user supplied stream.
 

Exception Summary
MaxHeaderLimitException Signals a I/O error due to the header count exceeding the maximum limit.
MaxLineLimitException Signals a I/O error due to a line exceeding the limit on the maximum line length.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.