org.jboss.gravel.data.phase
Class EmptyServletInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by javax.servlet.ServletInputStream
          extended by org.jboss.gravel.data.phase.EmptyServletInputStream
All Implemented Interfaces:
Closeable

public final class EmptyServletInputStream
extends javax.servlet.ServletInputStream


Constructor Summary
EmptyServletInputStream()
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyServletInputStream

public EmptyServletInputStream()
Method Detail

read

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