org.apache.wink.common.model.multipart
Class BufferedInMultiPart
java.lang.Object
org.apache.wink.common.model.multipart.BufferedInMultiPart
public class BufferedInMultiPart
- extends Object
This class is used to represent inbound MultiPart messages, unlike the InMultiPart
the BufferedInMultiPart
enable non sequential access to the message's parts
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferedInMultiPart
public BufferedInMultiPart(InMultiPart imp)
throws IOException
- Throws:
IOException
getSize
public int getSize()
- return the number of parts in the multipart message
getParts
public List<InPart> getParts()
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.