public class Base64InputStream extends InputStream
Constructor and Description |
---|
Base64InputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
int |
read() |
mark, markSupported, read, read, reset, skip
public Base64InputStream(InputStream in)
public int available() throws IOException
available
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
Copyright © 2021 BouncyCastle.org. All rights reserved.