public class Base64OutputStream extends OutputStream
| Constructor and Description |
|---|
Base64OutputStream(OutputStream os)
Creates a new instance of Base64OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flushpublic Base64OutputStream(OutputStream os)
public void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.