public class ServletByteArrayIntputStream
extends ServletInputStream
| Constructor and Description | 
|---|
| ServletByteArrayIntputStream(byte[] body) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.io.ByteArrayInputStream | getIntputStream() | 
| boolean | isFinished() | 
| boolean | isReady() | 
| int | read() | 
| void | setReadListener(ReadListener listener) | 
public int read()
         throws java.io.IOException
java.io.IOExceptionpublic java.io.ByteArrayInputStream getIntputStream()
public boolean isFinished()
public boolean isReady()
public void setReadListener(ReadListener listener)