public class TeeInputStream extends FilterInputStream
in| Constructor and Description |
|---|
TeeInputStream(InputStream input,
OutputStream branch) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] bts) |
int |
read(byte[] bts,
int st,
int end) |
available, mark, markSupported, reset, skippublic TeeInputStream(InputStream input, OutputStream branch)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionpublic int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] bts,
int st,
int end)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] bts)
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2019 iTransformers Labs. All rights reserved.