Package jadex.commons
Class ProtectedInputStream
- java.lang.Object
- 
- java.io.InputStream
- 
- java.io.FilterInputStream
- 
- jadex.commons.ProxyInputStream
- 
- jadex.commons.ProtectedInputStream
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Closeable,- java.lang.AutoCloseable
 
 public class ProtectedInputStream extends ProxyInputStream Protects the underlying input stream from being closed.
- 
- 
Constructor SummaryConstructors Constructor Description ProtectedInputStream(java.io.InputStream in)Create a protected input stream.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Close the stream.- 
Methods inherited from class jadex.commons.ProxyInputStreamread
 - 
Methods inherited from class java.io.FilterInputStreamavailable, mark, markSupported, read, read, reset, skip
 
- 
 
-