public class HttpMultipartStreamHandler
extends java.lang.Object
Constructor and Description |
---|
HttpMultipartStreamHandler(javax.servlet.ServletInputStream in,
java.lang.String boundary,
int totalExpected)
Creates the HttpMultipartStreamHandler
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
readLine()
Reads the next line of input.
|
int |
readLine(byte[] b,
int off,
int len)
Invokes ServletInputStream.readLine().
|
public HttpMultipartStreamHandler(javax.servlet.ServletInputStream in, java.lang.String boundary, int totalExpected)
public java.lang.String readLine() throws java.io.IOException
java.io.IOException
public int readLine(byte[] b, int off, int len) throws java.io.IOException
java.io.IOException