Base64OutputStreampublic class Base64OutputStream extends FilterOutputStream
Constructors Summary |
---|
public Base64OutputStream(OutputStream out, int flags) super((java.io.OutputStream)null); throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public void | close() throw new RuntimeException("Stub!");
| public void | write(int b) throw new RuntimeException("Stub!");
| public void | write(byte[] b, int off, int len) throw new RuntimeException("Stub!");
|
|