public class ReusableInputStream extends BufferedInputStream
in
Constructor and Description |
---|
ReusableInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
canBeClosed() |
void |
close() |
available, mark, markSupported, read, read, reset, skip
read
public ReusableInputStream(InputStream in)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class BufferedInputStream
IOException
public void canBeClosed()
Copyright © 2007-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.