eXo JCR :: Component :: Webdav Service 1.15.4-GA

org.exoplatform.services.jcr.webdav.util
Class MultipartByterangesEntity

java.lang.Object
  extended by org.exoplatform.services.jcr.webdav.util.MultipartByterangesEntity
All Implemented Interfaces:
javax.ws.rs.core.StreamingOutput

public class MultipartByterangesEntity
extends Object
implements javax.ws.rs.core.StreamingOutput

Version:
$Id: $
Author:
Andrey Parfonov

Constructor Summary
MultipartByterangesEntity(Resource resource, List<Range> ranges, String contentType, long contentLength)
           
 
Method Summary
 void write(OutputStream ostream)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartByterangesEntity

public MultipartByterangesEntity(Resource resource,
                                 List<Range> ranges,
                                 String contentType,
                                 long contentLength)
Parameters:
resource - resource
ranges - ranges
contentType - content-type
contentLength - content-length
Method Detail

write

public void write(OutputStream ostream)
           throws IOException

Specified by:
write in interface javax.ws.rs.core.StreamingOutput
Throws:
IOException

eXo JCR :: Component :: Webdav Service 1.15.4-GA

Copyright © 2013 eXo Platform SAS. All Rights Reserved.