public static class Base64.InputStream extends FilterInputStream
in
Constructor and Description |
---|
InputStream(InputStream in) |
InputStream(InputStream in,
boolean encode) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] dest,
int off,
int len) |
available, close, mark, markSupported, read, reset, skip
public InputStream(InputStream in)
public InputStream(InputStream in, boolean encode)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] dest, int off, int len) throws IOException
read
in class FilterInputStream
IOException
Copyright © 2024. All rights reserved.