com.sshtools.j2ssh.util

Class Base64.OutputStream

Enclosing Class:
Base64

public static class Base64.OutputStream
extends java.io.FilterOutputStream

Constructor Summary

OutputStream(java.io.OutputStream out)
OutputStream(java.io.OutputStream out, boolean encode)

Method Summary

void
close()
void
flush()
void
write(byte[] theBytes, int off, int len)
void
write(int theByte)

Constructor Details

OutputStream

public OutputStream(java.io.OutputStream out)

OutputStream

public OutputStream(java.io.OutputStream out,
                    boolean encode)

Method Details

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.