org.apache.myfaces.test.mock
Class MockServletInputStream
java.lang.Object
java.io.InputStream
javax.servlet.ServletInputStream
org.apache.myfaces.test.mock.MockServletInputStream
- All Implemented Interfaces:
- Closeable
public class MockServletInputStream
- extends javax.servlet.ServletInputStream
- Since:
- 1.0.0
- Version:
- $Id: MockServletInputStream.java 804043 2009-08-13 22:08:44Z lu4242 $
- Author:
- Jacob Hookom
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 |
MockServletInputStream
public MockServletInputStream()
MockServletInputStream
public MockServletInputStream(InputStream source)
read
public int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.