Package org.exoplatform.download
Class DownloadResource
java.lang.Object
org.exoplatform.download.DownloadResource
- Direct Known Subclasses:
ClasspathDownloadResource,FileDownloadResource,InputStreamDownloadResource
Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Dec 26, 2005
-
Constructor Summary
ConstructorsConstructorDescriptionDownloadResource(String resourceMimeType) DownloadResource(String downloadType, String resourceMimeType) -
Method Summary
Modifier and TypeMethodDescriptionintabstract InputStreamintgetLimit()longvoidsetAccessCounter(int c) voidsetDownloadName(String name) voidsetLimit(int n) voidsetLiveTime(long t)
-
Constructor Details
-
DownloadResource
-
DownloadResource
-
-
Method Details
-
getDownloadType
-
getDownloadName
-
setDownloadName
-
getResourceMimeType
-
getLiveTime
public long getLiveTime() -
setLiveTime
public void setLiveTime(long t) -
getLimit
public int getLimit() -
setLimit
public void setLimit(int n) -
getAccessCounter
public int getAccessCounter() -
setAccessCounter
public void setAccessCounter(int c) -
getInputStream
- Throws:
IOException
-