com.sshtools.j2ssh.util
Class Base64.OutputStream
java.io.FilterOutputStream
com.sshtools.j2ssh.util.Base64.OutputStream
- Base64
public static class Base64.OutputStream
extends java.io.FilterOutputStream
OutputStream
public OutputStream(java.io.OutputStream out)
OutputStream
public OutputStream(java.io.OutputStream out,
boolean encode)
close
public void close()
throws java.io.IOException
flush
public void flush()
throws java.io.IOException
write
public void write(byte[] theBytes,
int off,
int len)
throws java.io.IOException
write
public void write(int theByte)
throws java.io.IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.