com.jakewharton.pingdom.util
Class Base64.InputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.jakewharton.pingdom.util.Base64.InputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- Base64
public static class Base64.InputStream
- extends FilterInputStream
The Class InputStream.
Method Summary |
int |
read()
|
int |
read(byte[] dest,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64.InputStream
public Base64.InputStream(InputStream in)
- Instantiates a new input stream.
- Parameters:
in
- the in
Base64.InputStream
public Base64.InputStream(InputStream in,
int options)
- Instantiates a new input stream.
- Parameters:
in
- the inoptions
- the options
read
public int read()
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] dest,
int off,
int len)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
Copyright © 2011 Jake Wharton. All Rights Reserved.