com.sshtools.j2ssh.util

Class Base64.InputStream

Enclosing Class:
Base64

public static class Base64.InputStream
extends java.io.FilterInputStream

Constructor Summary

InputStream(java.io.InputStream in)
InputStream(java.io.InputStream in, boolean encode)

Method Summary

int
read()
int
read(byte[] dest, int off, int len)

Constructor Details

InputStream

public InputStream(java.io.InputStream in)

InputStream

public InputStream(java.io.InputStream in,
                   boolean encode)

Method Details

read

public int read()
            throws java.io.IOException

read

public int read(byte[] dest,
                int off,
                int len)
            throws java.io.IOException

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.