public class ProtectedInputStream extends ProxyInputStream
Constructor and Description |
---|
ProtectedInputStream(InputStream in)
Create a protected input stream.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the stream.
|
read
available, mark, markSupported, read, read, reset, skip
public ProtectedInputStream(InputStream in)
in
- The input stream.public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
Copyright © 2012. All Rights Reserved.