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, skip
read
public IoBufferedInputStream(InputStream in, BiConsumer<byte[],Integer> onClose)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class BufferedInputStream
IOException
Copyright © 2020 Red Hat. All rights reserved.