public class IoBufferedInputStream extends BufferedInputStream
in| Constructor and Description |
|---|
IoBufferedInputStream(InputStream in,
BiConsumer<byte[],Integer> onClose) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
available, mark, markSupported, read, read, reset, skipreadpublic IoBufferedInputStream(InputStream in, BiConsumer<byte[],Integer> onClose)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class BufferedInputStreamIOExceptionCopyright © 2020 Red Hat. All rights reserved.