Package org.bouncycastle.mime.encoding
Class Base64InputStream
java.lang.Object
java.io.InputStream
org.bouncycastle.mime.encoding.Base64InputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
Reader for Base64 armored objects which converts them into binary data.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
Base64InputStream
-
-
Method Details
-
available
- Overrides:
available
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-