public class Base64InputStream extends DecodingInputStream
Constructor and Description |
---|
Base64InputStream(InputStream input)
Creates a Base64 input stream for given input
|
Modifier and Type | Method and Description |
---|---|
int |
getLineNo() |
int |
read() |
read
available, close, mark, markSupported, read, reset, skip
public Base64InputStream(InputStream input)
input
- to be read frompublic int read() throws IOException
read
in class InputStream
IOException
public int getLineNo()
Copyright © 2016. All rights reserved.