nu.validator.servletfilter
Class InboundGzipFilter.GzipServletInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by javax.servlet.ServletInputStream
          extended by nu.validator.servletfilter.InboundGzipFilter.GzipServletInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
InboundGzipFilter

private class InboundGzipFilter.GzipServletInputStream
extends ServletInputStream


Constructor Summary
private InboundGzipFilter.GzipServletInputStream()
           
 
Method Summary
 int read()
           
 
Methods inherited from class javax.servlet.ServletInputStream
readLine
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboundGzipFilter.GzipServletInputStream

private InboundGzipFilter.GzipServletInputStream()
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException