org.apache.openejb.server.httpd
Class ServletIntputStreamAdapter
java.lang.Object
java.io.InputStream
javax.servlet.ServletInputStream
org.apache.openejb.server.httpd.ServletIntputStreamAdapter
- All Implemented Interfaces:
- Closeable
public class ServletIntputStreamAdapter
- extends javax.servlet.ServletInputStream
|
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 |
ServletIntputStreamAdapter
public ServletIntputStreamAdapter(InputStream is)
read
public int read()
throws IOException
- Specified by:
read in class InputStream
- Throws:
IOException
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.