Class Base64DecoderAdapter
java.lang.Object
java.io.InputStream
net.thevpc.tson.util.Base64DecoderAdapter
- All Implemented Interfaces:
Closeable, AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static byte[]fromBase64(String bytes) intread()intread(byte[] cbuf, int off, int len) Methods inherited from class InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
Base64DecoderAdapter
-
Base64DecoderAdapter
-
-
Method Details
-
fromBase64
-
read
public int read()- Specified by:
readin classInputStream
-
read
public int read(byte[] cbuf, int off, int len) - Overrides:
readin classInputStream
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream
-