org.apache.jackrabbit.spi2davex
Class BinaryPartSource

java.lang.Object
  extended by org.apache.jackrabbit.spi2davex.BinaryPartSource
All Implemented Interfaces:
org.apache.commons.httpclient.methods.multipart.PartSource

public class BinaryPartSource
extends Object
implements org.apache.commons.httpclient.methods.multipart.PartSource

BinaryPartSource...


Method Summary
 InputStream createInputStream()
           
 void dispose()
           
 String getFileName()
           
 long getLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLength

public long getLength()
Specified by:
getLength in interface org.apache.commons.httpclient.methods.multipart.PartSource

getFileName

public String getFileName()
Specified by:
getFileName in interface org.apache.commons.httpclient.methods.multipart.PartSource

createInputStream

public InputStream createInputStream()
                              throws IOException
Specified by:
createInputStream in interface org.apache.commons.httpclient.methods.multipart.PartSource
Throws:
IOException

dispose

public void dispose()


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