InputStreams.wye(InputStream, OutputStream)
instead@Deprecated public class WyeInputStream extends FilterInputStream
OutputStream.
The OutputStream is flushed on end-of-input and calls to available().
in| Constructor and Description |
|---|
WyeInputStream(InputStream in,
OutputStream out)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
available()
Deprecated.
|
int |
read()
Deprecated.
|
int |
read(byte[] b,
int off,
int len)
Deprecated.
|
close, mark, markSupported, read, reset, skippublic WyeInputStream(InputStream in, OutputStream out)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int available()
throws IOException
available in class FilterInputStreamIOExceptionCopyright © 2018 Arno Unkrig. All rights reserved.