Class CachedServletInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class CachedServletInputStream
    extends ServletInputStreamWrapper
    • Field Detail

      • PERCENT

        public static final java.lang.String PERCENT
    • Constructor Detail

      • CachedServletInputStream

        public CachedServletInputStream​(javax.servlet.http.HttpServletRequest request)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getCachedInputStream

        public javax.servlet.ServletInputStream getCachedInputStream()
      • read

        public int read​(byte[] b,
                        int off,
                        int len)
                 throws java.io.IOException
        Overrides:
        read in class ServletInputStreamWrapper
        Throws:
        java.io.IOException