org.apache.wink.common.model.multipart
Class BufferedInPart

java.lang.Object
  extended by org.apache.wink.common.model.multipart.InPart
      extended by org.apache.wink.common.model.multipart.BufferedInPart

public class BufferedInPart
extends InPart

An extension to the InPart class that enables calling of the InPart.getBody(Class, java.lang.reflect.Type) multiple times and in a non sequential order.

Author:
elib

Constructor Summary
BufferedInPart(InPart ip)
           
 
Method Summary
 java.io.InputStream getInputStream()
           
 
Methods inherited from class org.apache.wink.common.model.multipart.InPart
getBody, getBody, getContentType, getHeaders, getHeadersName, getProviders, setHeaders, setInputStream, setProviders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedInPart

public BufferedInPart(InPart ip)
               throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getInputStream

public java.io.InputStream getInputStream()
Overrides:
getInputStream in class InPart


Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.