-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public final class ResourceInputStream extends InputStream
Input stream reading a Resource's content.
If you experience bad performances, consider wrapping the stream in a BufferedInputStream. This is particularly useful when streaming deflated ZIP entries.
-
-
Constructor Summary
Constructors Constructor Description ResourceInputStream(Resource resource, LongRange range)
-
Method Summary
-
-
Method Detail
-
markSupported
Boolean markSupported()
-
-
-
-