java.lang.Objectorg.objectweb.telosys.upload.MultipartParser
Multipart request parser
Constructor Summary | |
MultipartParser(javax.servlet.http.HttpServletRequest req,
long maxSize)
Constructor without limit length |
|
MultipartParser(javax.servlet.http.HttpServletRequest req,
long maxSize,
boolean buffer,
boolean limitLength)
Constructor with specific limit length |
Method Summary | |
Part |
readNextPart()
Reads and returns the next part in the stream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MultipartParser(javax.servlet.http.HttpServletRequest req, long maxSize) throws java.io.IOException
public MultipartParser(javax.servlet.http.HttpServletRequest req, long maxSize, boolean buffer, boolean limitLength) throws java.io.IOException
Method Detail |
public Part readNextPart() throws java.io.IOException
java.io.IOException