Package com.kheops.util
Class HttpMultiPartParser
java.lang.Object
com.kheops.util.HttpMultiPartParser
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
HttpMultiPartParserpublic HttpMultiPartParser()
 
- 
- 
Method Details- 
parseDatapublic Hashtable parseData(javax.servlet.ServletInputStream data, String boundary, String saveInDir) throws IllegalArgumentException, IOException - Throws:
- IllegalArgumentException
- IOException
 
- 
parseDatapublic Hashtable parseData(javax.servlet.ServletInputStream data, String boundary) throws IllegalArgumentException, IOException - Throws:
- IllegalArgumentException
- IOException
 
 
-