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, skip
public WyeInputStream(InputStream in, OutputStream out)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public int available() throws IOException
available
in class FilterInputStream
IOException
Copyright © 2018 Arno Unkrig. All rights reserved.