Package org.krysalis.barcode4j.tools
Class Base64InputStream
java.lang.Object
java.io.InputStream
org.krysalis.barcode4j.tools.Base64InputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Base64-implementation as an
InputStream reading Base64-encoded data
from a Reader.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
Base64InputStream
Constructs a new instance.- Parameters:
source- the Reader to read the Base64-encoded data from
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-