Class ContentInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public final class ContentInputStream extends UnsafeContentInputStream
This class extends UnsafeContentInputStream and adds a finalizer to it that calls UnsafeContentInputStream.close(). This has a performance impact, but ensures that an unclosed stream does not prevent shutdown.
Author:
Simon Thoresen Hult