This project has retired. For details please refer to its
Attic page.
NullServletInputStream (Cocoon Servlet Service Implementation 1.3.3-SNAPSHOT API)
org.apache.cocoon.servletservice.util
Class NullServletInputStream
java.lang.Object
java.io.InputStream
javax.servlet.ServletInputStream
org.apache.cocoon.servletservice.util.NullServletInputStream
- All Implemented Interfaces:
- Closeable
public class NullServletInputStream
- extends javax.servlet.ServletInputStream
Always empty stream.
- Since:
- 1.0.0
- Version:
- $Id: NullServletInputStream.html 1422810 2012-12-17 09:13:50Z ilgrosso $
Method Summary |
int |
read()
|
Methods inherited from class javax.servlet.ServletInputStream |
readLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final NullServletInputStream INSTANCE
NullServletInputStream
public NullServletInputStream()
read
public int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.