org.apache.commons.ssl
Class Base64InputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.commons.ssl.Base64InputStream
- public class Base64InputStream
- extends FilterInputStream
- Since:
- 22-Feb-2007
- Author:
- Credit Union Central of British Columbia, www.cucbc.com, juliusdavies@cucbc.com
Method Summary |
private void |
getLine()
|
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LINE_ENDING
private static final byte[] LINE_ENDING
decodeMode
final boolean decodeMode
currentLine
byte[] currentLine
pos
int pos
Base64InputStream
public Base64InputStream(InputStream base64,
boolean decodeMode)
read
public int read()
throws IOException
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
getLine
private void getLine()
throws IOException
- Throws:
IOException