|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jets3t.service.multi.DownloadPackage
org.jets3t.service.multithread.DownloadPackage
DownloadPackage
instead.
@Deprecated public class DownloadPackage
A simple container object to associate one of an S3Object
or a signed URL string
with an output file or output stream to which the S3 object's data will be written.
This class is used by
S3ServiceMulti.downloadObjects(org.jets3t.service.model.S3Bucket, DownloadPackage[])
to download objects.
Constructor Summary | |
---|---|
DownloadPackage(S3Object object,
File outputFile)
Deprecated. |
|
DownloadPackage(S3Object object,
File outputFile,
boolean isUnzipping,
EncryptionUtil encryptionUtil)
Deprecated. |
|
DownloadPackage(S3Object object,
OutputStream outputStream)
Deprecated. |
|
DownloadPackage(S3Object object,
OutputStream outputStream,
boolean isUnzipping,
EncryptionUtil encryptionUtil)
Deprecated. |
|
DownloadPackage(String signedUrl,
File outputFile,
boolean isUnzipping,
EncryptionUtil encryptionUtil)
Deprecated. |
|
DownloadPackage(String signedUrl,
OutputStream outputStream,
boolean isUnzipping,
EncryptionUtil encryptionUtil)
Deprecated. |
Method Summary | |
---|---|
S3Object |
getObject()
Deprecated. |
String |
getSignedUrl()
Deprecated. |
boolean |
isSignedDownload()
Deprecated. |
void |
setSignedUrl(String url)
Deprecated. |
Methods inherited from class org.jets3t.service.multi.DownloadPackage |
---|
getDataFile, getOutputStream, isAppendToFile, setAppendToFile, setObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DownloadPackage(String signedUrl, File outputFile, boolean isUnzipping, EncryptionUtil encryptionUtil)
public DownloadPackage(String signedUrl, OutputStream outputStream, boolean isUnzipping, EncryptionUtil encryptionUtil)
public DownloadPackage(S3Object object, File outputFile)
public DownloadPackage(S3Object object, File outputFile, boolean isUnzipping, EncryptionUtil encryptionUtil)
public DownloadPackage(S3Object object, OutputStream outputStream)
public DownloadPackage(S3Object object, OutputStream outputStream, boolean isUnzipping, EncryptionUtil encryptionUtil)
Method Detail |
---|
public String getSignedUrl()
public void setSignedUrl(String url)
public boolean isSignedDownload()
public S3Object getObject()
getObject
in class DownloadPackage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |