public class TarElementInputStreamWrapper extends BufferedInputStream
InputStream
even after closing the buffered input stream.in
Constructor and Description |
---|
TarElementInputStreamWrapper(InputStream in) |
TarElementInputStreamWrapper(InputStream in,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
available, mark, markSupported, read, read, reset, skip
read
public TarElementInputStreamWrapper(InputStream in, int size)
public TarElementInputStreamWrapper(InputStream in)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class BufferedInputStream
IOException
Apache Camel