com.jakewharton.pingdom.util
Class Base64.InputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by com.jakewharton.pingdom.util.Base64.InputStream
All Implemented Interfaces:
Closeable
Enclosing class:
Base64

public static class Base64.InputStream
extends FilterInputStream

The Class InputStream.


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
Base64.InputStream(InputStream in)
          Instantiates a new input stream.
Base64.InputStream(InputStream in, int options)
          Instantiates a new input stream.
 
Method Summary
 int read()
           
 int read(byte[] dest, int off, int len)
           
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 in
options - the options
Method Detail

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.