|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intel.gpe.client2.common.transfers.byteio.StreamableByteIOFileImportImpl
public class StreamableByteIOFileImportImpl
| Constructor Summary | |
|---|---|
StreamableByteIOFileImportImpl(com.intel.gpe.clients.api.StorageClient storage)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the name of the protocol. |
void |
putFile(GPESecurityManager secMgr,
java.io.InputStream is,
java.lang.String remoteFile)
Deprecated. |
void |
putFile(java.lang.Object secMgr,
java.io.InputStream is,
java.lang.String remoteFile,
FileTransferProgressListener progress)
Put file to remote location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamableByteIOFileImportImpl(com.intel.gpe.clients.api.StorageClient storage)
| Method Detail |
|---|
public void putFile(java.lang.Object secMgr,
java.io.InputStream is,
java.lang.String remoteFile,
FileTransferProgressListener progress)
throws java.lang.Exception
FileImport
putFile in interface FileImportsecMgr - -
the security manageris - -
the input stream where to read the bytes fromremoteFile - -
the target fileprogress - the progress listener (may be null)
java.lang.Exception
@Deprecated
public void putFile(GPESecurityManager secMgr,
java.io.InputStream is,
java.lang.String remoteFile)
throws java.lang.Exception
FileImport
putFile in interface FileImportsecMgr - -
the security manageris - -
the input stream where to read the bytes fromremoteFile - -
the target file
java.lang.Exceptionpublic java.lang.String getName()
FileImport
getName in interface FileImport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||