org.apache.wink.common.model.multipart
Class BufferedInPart
java.lang.Object
org.apache.wink.common.model.multipart.InPart
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferedInPart
public BufferedInPart(InPart ip)
throws IOException
- Throws:
IOException
getInputStream
public InputStream getInputStream()
- Overrides:
getInputStream
in class InPart
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.