public class Base64OutputStream extends FilterOutputStream
out
Constructor and Description |
---|
Base64OutputStream(OutputStream stream) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
write(byte[] buf) |
void |
write(byte[] buf,
int bufOff,
int len) |
void |
write(int b) |
flush
public Base64OutputStream(OutputStream stream)
public void write(int b) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] buf, int bufOff, int len) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] buf) throws IOException
write
in class FilterOutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterOutputStream
IOException
Copyright © 2020 BouncyCastle.org. All rights reserved.