Package com.ibm.fhir.bucket.scanner
Class NoCloseInputStream
- java.lang.Object
 - 
- java.io.InputStream
 - 
- java.io.FilterInputStream
 - 
- java.io.PushbackInputStream
 - 
- com.ibm.fhir.bucket.scanner.NoCloseInputStream
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Closeable,java.lang.AutoCloseable
public class NoCloseInputStream extends java.io.PushbackInputStreamIntercepts the close call so we can process the stream using the FHIR resource parser 
- 
- 
Constructor Summary
Constructors Constructor Description NoCloseInputStream(java.io.InputStream delegate)Public Constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()- 
Methods inherited from class java.io.PushbackInputStream
available, mark, markSupported, read, read, reset, skip, unread, unread, unread 
 - 
 
 -