public static class Base64.InputStream
extends java.io.FilterInputStream
Constructor and Description |
---|
InputStream(java.io.InputStream in) |
InputStream(java.io.InputStream in,
boolean encode) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] dest,
int off,
int len) |
public InputStream(java.io.InputStream in)
public InputStream(java.io.InputStream in, boolean encode)
public int read() throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public int read(byte[] dest, int off, int len) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.