public class Base64InputStream extends FilterInputStream implements Base64Consts
in
BASE64_CHARS
Constructor and Description |
---|
Base64InputStream(InputStream in)
Creates a new instance of Base64InputStream
|
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skip
public Base64InputStream(InputStream in)
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public int read() throws IOException
read
in class FilterInputStream
IOException
Copyright © 2011-2019 Kitfox Studios. All Rights Reserved.