org.exoplatform.services.jcr.webdav.util
Class MultipartByterangesEntity
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipartByterangesEntity
public MultipartByterangesEntity(Resource resource,
List<Range> ranges,
String contentType,
long contentLength)
- Parameters:
resource - resourceranges - rangescontentType - content-typecontentLength - content-length
write
public void write(OutputStream ostream)
throws IOException
-
- Specified by:
write in interface javax.ws.rs.core.StreamingOutput
- Throws:
IOException
Copyright © 2013 eXo Platform SAS. All Rights Reserved.