public class BaseFileDownloadTarget extends AbstractFileTransfer implements DownloadTarget
Constructor and Description |
---|
BaseFileDownloadTarget(File file)
Create a new download target that references the
given file in BASE.
|
Modifier and Type | Method and Description |
---|---|
OutputStream |
getOutputStream()
Get an ouput stream for writing the file data to the
local resource.
|
getMetadata, getName, initMetadata
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMetadata, getName
private final File file
public BaseFileDownloadTarget(File file)
public OutputStream getOutputStream()
DownloadTarget
getOutputStream
in interface DownloadTarget