mondrian.tui
Class MockHttpServletRequest.MockServletInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by javax.servlet.ServletInputStream
          extended by mondrian.tui.MockHttpServletRequest.MockServletInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
MockHttpServletRequest

static class MockHttpServletRequest.MockServletInputStream
extends ServletInputStream

 

Constructor Summary
MockHttpServletRequest.MockServletInputStream(byte[] data)
           
 
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

MockHttpServletRequest.MockServletInputStream

public MockHttpServletRequest.MockServletInputStream(byte[] data)
Method Detail

read

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

SourceForge.net_Logo