This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.wink.common.model.multipart
Class BufferedInMultiPart
java.lang.Object
   org.apache.wink.common.model.multipart.BufferedInMultiPart
org.apache.wink.common.model.multipart.BufferedInMultiPart
- public class BufferedInMultiPart 
- extends java.lang.Object
This class is used to represent inbound MultiPart messages, unlike the InMultiPart 
 the BufferedInMultiPart enable non sequential access to the message's parts   
  
 
| Method Summary | 
|  java.util.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 | 
 
BufferedInMultiPart
public BufferedInMultiPart(InMultiPart imp)
                    throws java.io.IOException
- Throws:
- java.io.IOException
getSize
public int getSize()
- return the number of parts in the multipart message
 
- 
 
getParts
public java.util.List<InPart> getParts()
- 
 
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.