Interface InputStreamProvider

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
InputStreamProviderBlobClosable, InputStreamProviderBZip2, InputStreamProviderInputStreamClosable, InputStreamProviderResultSetBlob

public interface InputStreamProvider extends Closeable
A class that can provide an InputStream. Note: The provide itself might require closing: The use case is to have a resultset, that offers a clob, that offers an InputStream. on the one hand, the inputstream to the clob has to be closed, on the other hand the result set needs to be closed.
Author:
Claus Stadler

Date: 11/28/11 Time: 10:25 PM

  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.io.Closeable

    close