public class CombinedInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
CombinedInputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInputStream(java.io.InputStream aInputStream) |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
public void addInputStream(java.io.InputStream aInputStream)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionCopyright © 2025. All rights reserved.