|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wink.common.model.multipart.BufferedInMultiPart
public class BufferedInMultiPart
This class is used to represent inbound MultiPart messages, unlike the InMultiPart
the BufferedInMultiPart
enable non sequential access to the message's parts
Constructor Summary
BufferedInMultiPart(InMultiPart imp)
Method Summary
List<InPart>
getParts()
int
getSize()
return the number of parts in the multipart message
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
BufferedInMultiPart
public BufferedInMultiPart(InMultiPart imp)
throws IOException
- Throws:
IOException
Method Detail
getSize
public int getSize()
- return the number of parts in the multipart message
getParts
public List<InPart> getParts()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.