Package org.gcube.datatransfer.resolver
Class MultiReadHttpServletRequest.CachedServletInputStream
- java.lang.Object
-
- java.io.InputStream
-
- javax.servlet.ServletInputStream
-
- org.gcube.datatransfer.resolver.MultiReadHttpServletRequest.CachedServletInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- MultiReadHttpServletRequest
public class MultiReadHttpServletRequest.CachedServletInputStream extends javax.servlet.ServletInputStreamThe Class CachedServletInputStream.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Apr 26, 2016
-
-
Constructor Summary
Constructors Constructor Description CachedServletInputStream()Instantiates a new cached servlet input stream.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intread()-
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
Method Detail
-
read
public int read() throws IOException- Specified by:
readin classInputStream- Throws:
IOException
-
-