Class NoCloseInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- java.io.PushbackInputStream
-
- org.linuxforhealth.fhir.bucket.scanner.NoCloseInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class NoCloseInputStream extends java.io.PushbackInputStream
Intercepts 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 void
close()
-
Methods inherited from class java.io.PushbackInputStream
available, mark, markSupported, read, read, reset, skip, unread, unread, unread
-
-