public class QuotedPrintableOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
QuotedPrintableOutputStream(int bufsize,
OutputStream out,
boolean binary) |
QuotedPrintableOutputStream(OutputStream out,
boolean binary) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
writepublic 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–2023 The Apache Software Foundation. All rights reserved.