public class QuotedPrintableOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
QuotedPrintableOutputStream(int bufsize,
OutputStream out,
boolean binary) |
QuotedPrintableOutputStream(OutputStream out,
boolean binary) |
public QuotedPrintableOutputStream(int bufsize,
OutputStream out,
boolean binary)
public QuotedPrintableOutputStream(OutputStream out, boolean binary)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class FilterOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.