Searched defs:QuotedPrintableInputStream (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/org/apache/james/mime4j/decoder/
H A DQuotedPrintableInputStream.java35 * @version $Id: QuotedPrintableInputStream.java,v 1.3 2004/11/29 13:15:47 ntherning Exp $
37 public class QuotedPrintableInputStream extends InputStream { class in inherits:InputStream
38 private static Log log = LogFactory.getLog(QuotedPrintableInputStream.class);
45 public QuotedPrintableInputStream(InputStream stream) { method in class:QuotedPrintableInputStream

Completed in 64 milliseconds