org.apache.james.mime4j.decoder
Class QuotedPrintableInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.apache.james.mime4j.decoder.QuotedPrintableInputStream
All Implemented Interfaces:
java.io.Closeable

public class QuotedPrintableInputStream
extends java.io.InputStream

Performs Quoted-Printable decoding on an underlying stream.

Version:
$Id: QuotedPrintableInputStream.java,v 1.3 2004/11/29 13:15:47 ntherning Exp $

Constructor Summary
QuotedPrintableInputStream(java.io.InputStream stream)
           
 
Method Summary
 void close()
          Closes the underlying stream.
 int read()
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuotedPrintableInputStream

public QuotedPrintableInputStream(java.io.InputStream stream)
Method Detail

close

public void close()
           throws java.io.IOException
Closes the underlying stream.

Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.InputStream
Throws:
java.io.IOException - on I/O errors.

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException


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