FileDocCategorySizeDatePackage
Base64InputStream.javaAPI DocAndroid 5.1 API886Sat Mar 14 14:09:44 GMT 2015android.util

Base64InputStream

public class Base64InputStream extends FilterInputStream

Fields Summary
Constructors Summary
public Base64InputStream(InputStream in, int flags)

 super((java.io.InputStream)null); throw new RuntimeException("Stub!"); 
Methods Summary
public intavailable()

 throw new RuntimeException("Stub!"); 
public voidclose()

 throw new RuntimeException("Stub!"); 
public voidmark(int readlimit)

 throw new RuntimeException("Stub!"); 
public booleanmarkSupported()

 throw new RuntimeException("Stub!"); 
public intread()

 throw new RuntimeException("Stub!"); 
public intread(byte[] b, int off, int len)

 throw new RuntimeException("Stub!"); 
public voidreset()

 throw new RuntimeException("Stub!"); 
public longskip(long n)

 throw new RuntimeException("Stub!");