public class EOS_PlayerDataStorageFileTransferRequest
extends com.sun.jna.PointerType
implements java.lang.AutoCloseable
| Constructor and Description |
|---|
EOS_PlayerDataStorageFileTransferRequest() |
EOS_PlayerDataStorageFileTransferRequest(com.sun.jna.Pointer address) |
| Modifier and Type | Method and Description |
|---|---|
EOS_EResult |
cancelRequest()
Attempt to cancel this file request in progress.
|
void |
close() |
java.lang.String |
getFilename()
Get the file name of the file this request is for.
|
EOS_EResult |
getFileRequestState()
Get the current state of a file request.
|
void |
release()
Free the memory used by a cloud-storage file request handle.
|
public EOS_PlayerDataStorageFileTransferRequest(com.sun.jna.Pointer address)
public EOS_PlayerDataStorageFileTransferRequest()
public EOS_EResult getFileRequestState()
public java.lang.String getFilename()
throws EOSException
EOSException - if exception occurredEOS_PlayerDataStorage_Interface.EOS_PLAYERDATASTORAGE_FILENAME_MAX_LENGTH_BYTESpublic EOS_EResult cancelRequest()
public void release()
public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception