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() |
readavailable, close, mark, markSupported, read, reset, skippublic Base64InputStream(InputStream input)
input - to be read frompublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int getLineNo()
Copyright © 2016. All rights reserved.