public class Base64Decoder extends FilterInputStream
in| Constructor and Description |
|---|
Base64Decoder(InputStream in)
Constructs a new Base64 decoder that reads input from the given
InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String encoded)
Returns the decoded form of the given encoded string.
|
int |
read()
Returns the next decoded character from the stream, or -1 if end of stream
was reached.
|
int |
read(byte[] b,
int off,
int len)
Reads decoded data into an array of bytes and returns the actual number of
bytes read, or -1 if end of stream was reached.
|
available, close, mark, markSupported, read, reset, skippublic Base64Decoder(InputStream in)
in - the input streampublic int read()
throws IOException
read in class FilterInputStreamIOException - if an I/O error occurspublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamoff - the start offset of the datalen - the maximum number of bytes to readb - TBD: Description of the incoming method parameterIOException - if an I/O error occurs| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice