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
-
-
Constructor Summary
Constructors Constructor Description MultipartByterangesEntity(Resource resource, List<Range> ranges, String contentType, long contentLength)
-
-
-
Method Detail
-
write
public void write(OutputStream ostream) throws IOException
- Specified by:
writein interfacejavax.ws.rs.core.StreamingOutput- Throws:
IOException
-
-