FileDocCategorySizeDatePackage
Base64OutputStream.javaAPI DocAndroid 5.1 API533Sat Mar 14 14:09:42 GMT 2015android.util

Base64OutputStream.java

package android.util;
public class Base64OutputStream
  extends java.io.FilterOutputStream
{
public  Base64OutputStream(java.io.OutputStream out, int flags) { super((java.io.OutputStream)null); throw new RuntimeException("Stub!"); }
public  void write(int b) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  void write(byte[] b, int off, int len) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  void close() throws java.io.IOException { throw new RuntimeException("Stub!"); }
}