Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.download
Class DownloadServlet.ByteRange

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.download.DownloadServlet.ByteRange
Enclosing class:
DownloadServlet

public static class DownloadServlet.ByteRange
extends Object


Constructor Summary
DownloadServlet.ByteRange(int rangeStart, int rangeEnd)
           
 
Method Summary
 int getEnd()
           
 int getLength()
           
 int getStart()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadServlet.ByteRange

public DownloadServlet.ByteRange(int rangeStart,
                                 int rangeEnd)
Method Detail

getStart

public int getStart()

getEnd

public int getEnd()

getLength

public int getLength()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.