gnu.mail.util

Class UUInputStream


public class UUInputStream
extends FilterInputStream

UU decoder.

Constructor Summary

UUInputStream(InputStream in)

Method Summary

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

Constructor Details

UUInputStream

public UUInputStream(InputStream in)

Method Details

read

public int read()
            throws IOException


read

public int read(byte[] buf)
            throws IOException


read

public int read(byte[] buf,
                int off,
                int len)
            throws IOException